Class FinanceReferenceNumberEntity
This class represents the EntityModel interface to the SyReferenceNumber database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class FinanceReferenceNumberEntity : Entity, IIdentifiable, IAuditable
Constructors
FinanceReferenceNumberEntity()
Declaration
public FinanceReferenceNumberEntity()
Fields
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DelimiterProperty
The Delimiter property.
Declaration
public static readonly EntityProperty DelimiterProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentCodeProperty
The DocumentCode property.
Declaration
public static readonly EntityProperty DocumentCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentFormatProperty
The DocumentFormat property.
Declaration
public static readonly EntityProperty DocumentFormatProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrefixProperty
The Prefix property.
Declaration
public static readonly EntityProperty PrefixProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResetFrequencyProperty
The ResetFrequency property.
Declaration
public static readonly EntityProperty ResetFrequencyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this FinanceReferenceNumberEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FinanceReferenceNumberEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Delimiter
Gets or sets the Delimiter associated with this FinanceReferenceNumberEntity.
Declaration
public string Delimiter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Delimiter. |
DocumentCode
Gets or sets the DocumentCode associated with this FinanceReferenceNumberEntity.
Declaration
public string DocumentCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentCode. |
DocumentFormat
Gets or sets the DocumentFormat associated with this FinanceReferenceNumberEntity.
Declaration
public string DocumentFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentFormat. |
Id
Gets or sets the Id associated with this FinanceReferenceNumberEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FinanceReferenceNumberEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FinanceReferenceNumberEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Prefix
Gets or sets the Prefix associated with this FinanceReferenceNumberEntity.
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Prefix. |
ResetFrequency
Gets or sets the ResetFrequency associated with this FinanceReferenceNumberEntity.
Declaration
public string ResetFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResetFrequency. |
RowVersion
Gets or sets the RowVersion associated with this FinanceReferenceNumberEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()