Table of Contents

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

parentStandardId Guid
containments StandardContainment[]

AddStandardContainment(Guid, Guid, int, decimal?, string)

public AddStandardContainment(Guid parentStandardId, Guid childStandardId, int childSequence, decimal? creditHours, string creditType)

Parameters

parentStandardId Guid
childStandardId Guid
childSequence int
creditHours decimal?
creditType string

Properties

Containments

public StandardContainment[] Containments { get; set; }

Property Value

StandardContainment[]