Table of Contents

Class ModifyStandardContainment

Namespace
InSite.Application.Standards.Write
Assembly
Shift.Sdk.dll
public class ModifyStandardContainment : Command, ICommand
Inheritance
ModifyStandardContainment
Implements
Inherited Members
Extension Methods

Constructors

ModifyStandardContainment(Guid, StandardContainment[])

public ModifyStandardContainment(Guid parentStandardId, StandardContainment[] containments)

Parameters

parentStandardId Guid
containments StandardContainment[]

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

public ModifyStandardContainment(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[]