Class Batch1098TProcessCitizenEntity
This class represents the EntityModel interface to the Sa1098TBatchCitizens database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class Batch1098TProcessCitizenEntity : Entity, IIdentifiable, IAuditable
Constructors
Batch1098TProcessCitizenEntity()
Declaration
public Batch1098TProcessCitizenEntity()
Fields
Batch1098TProcessHeaderIdProperty
The Batch1098TProcessHeaderId property.
Declaration
public static readonly EntityProperty Batch1098TProcessHeaderIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CitizenIdProperty
The CitizenId property.
Declaration
public static readonly EntityProperty CitizenIdProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAddAllowedProperty
The IsAddAllowed property.
Declaration
public static readonly EntityProperty IsAddAllowedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsIncludedIn1098TProperty
The IsIncludedIn1098T property.
Declaration
public static readonly EntityProperty IsIncludedIn1098TProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Batch1098TProcessHeaderId
Gets or sets the Batch1098TProcessHeaderId associated with this Batch1098TProcessCitizenEntity.
Declaration
public int Batch1098TProcessHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Batch1098TProcessHeaderId. |
CitizenId
Gets or sets the CitizenId associated with this Batch1098TProcessCitizenEntity.
Declaration
public int CitizenId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CitizenId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Batch1098TProcessCitizenEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this Batch1098TProcessCitizenEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAddAllowed
Gets or sets the IsAddAllowed associated with this Batch1098TProcessCitizenEntity.
Declaration
public bool IsAddAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAddAllowed. |
IsIncludedIn1098T
Gets or sets the IsIncludedIn1098T associated with this Batch1098TProcessCitizenEntity.
Declaration
public bool IsIncludedIn1098T { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsIncludedIn1098T. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Batch1098TProcessCitizenEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Batch1098TProcessCitizenEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this Batch1098TProcessCitizenEntity.
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()