Class StandardContainment
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
Properties
ChildSequence
public int ChildSequence { get; set; }
Property Value
ChildStandardId
public Guid ChildStandardId { get; set; }
Property Value
CreditHours
public decimal? CreditHours { get; set; }
Property Value
CreditType
public string CreditType { get; set; }
Property Value
Methods
Clone()
public StandardContainment Clone()