Table of Contents

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

standardId Guid
categories StandardCategory[]

AddStandardCategory(Guid, Guid, int?)

public AddStandardCategory(Guid standardId, Guid categoryId, int? sequence)

Parameters

standardId Guid
categoryId Guid
sequence int?

Properties

Categories

public StandardCategory[] Categories { get; set; }

Property Value

StandardCategory[]