Table of Contents

Class StandardContainment

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class StandardContainment
Inheritance
StandardContainment
Inherited Members

Constructors

StandardContainment()

public StandardContainment()

StandardContainment(Guid, Guid)

public StandardContainment(Guid parent, Guid child)

Parameters

parent Guid
child Guid

Properties

Child

public virtual Standard Child { get; set; }

Property Value

Standard

ChildSequence

public int ChildSequence { get; set; }

Property Value

int

ChildStandardIdentifier

public Guid ChildStandardIdentifier { get; set; }

Property Value

Guid

CreditHours

public decimal? CreditHours { get; set; }

Property Value

decimal?

CreditType

public string CreditType { get; set; }

Property Value

string

Parent

public virtual Standard Parent { get; set; }

Property Value

Standard

ParentStandardIdentifier

public Guid ParentStandardIdentifier { get; set; }

Property Value

Guid