Class AddStandardContainment
- Namespace
- InSite.Application.Standards.Write
- Assembly
- Shift.Sdk.dll
public class AddStandardContainment : Command, ICommand
- Inheritance
-
AddStandardContainment
- Implements
- Inherited Members
- Extension Methods
Constructors
AddStandardContainment(Guid, StandardContainment[])
public AddStandardContainment(Guid parentStandardId, StandardContainment[] containments)
Parameters
parentStandardIdGuidcontainmentsStandardContainment[]
AddStandardContainment(Guid, Guid, int, decimal?, string)
public AddStandardContainment(Guid parentStandardId, Guid childStandardId, int childSequence, decimal? creditHours, string creditType)
Parameters
Properties
Containments
public StandardContainment[] Containments { get; set; }