Class SpeCustomDateView
Inheritance
System.Object
SpeCustomDateView
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.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SpeCustomDateView
Constructors
SpeCustomDateView()
Declaration
public SpeCustomDateView()
Properties
EntityDate
Declaration
public DateTime? EntityDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
EntityName
Declaration
public string EntityName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCompleted
Declaration
public bool IsCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLocked
Declaration
public bool IsLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |