Table of Contents

Class StandardContainment

Namespace
InSite.Domain.Standards
Assembly
Shift.Sdk.dll
public class StandardContainment
Inheritance
StandardContainment
Inherited Members
Extension Methods

Constructors

StandardContainment()

public StandardContainment()

StandardContainment(Guid, int, decimal?, string)

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

Parameters

childStandardId Guid
childSequence int
creditHours decimal?
creditType string

Properties

ChildSequence

public int ChildSequence { get; set; }

Property Value

int

ChildStandardId

public Guid ChildStandardId { get; set; }

Property Value

Guid

CreditHours

public decimal? CreditHours { get; set; }

Property Value

decimal?

CreditType

public string CreditType { get; set; }

Property Value

string

Methods

Clone()

public StandardContainment Clone()

Returns

StandardContainment