Class SelectionMgmtEligibilityRuleStartDate
Inheritance
System.Object
SelectionMgmtEligibilityRuleStartDate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SelectionMgmtEligibilityRuleStartDate
Constructors
SelectionMgmtEligibilityRuleStartDate()
Declaration
public SelectionMgmtEligibilityRuleStartDate()
Properties
Code
Gets or sets the Code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FromStratDateId
Gets or sets the FromStratDateId.
Declaration
public int FromStratDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Gets or sets the Id.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Gets or sets the Name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToStratDateId
Gets or sets the ToStratDateId.
Declaration
public int ToStratDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |