Class AddStandardCategory
- Namespace
- InSite.Application.Standards.Write
- Assembly
- Shift.Sdk.dll
public class AddStandardCategory : Command, ICommand
- Inheritance
-
AddStandardCategory
- Implements
- Inherited Members
- Extension Methods
Constructors
AddStandardCategory(Guid, StandardCategory[])
public AddStandardCategory(Guid standardId, StandardCategory[] categories)
Parameters
standardIdGuidcategoriesStandardCategory[]
AddStandardCategory(Guid, Guid, int?)
public AddStandardCategory(Guid standardId, Guid categoryId, int? sequence)
Parameters
Properties
Categories
public StandardCategory[] Categories { get; set; }