Class DrnInformation
Inheritance
System.Object
DrnInformation
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.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DrnInformation
Constructors
DrnInformation()
Declaration
public DrnInformation()
Properties
Drn
Declaration
public string Drn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsSubsidiaryTransaction
Declaration
public bool IsSubsidiaryTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |