Class Batch1098TProcessElectronicFilingEntity
This class represents the EntityModel interface to the Sa1098TBatchEFile database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class Batch1098TProcessElectronicFilingEntity : Entity, IIdentifiable, IAuditable
Constructors
Batch1098TProcessElectronicFilingEntity()
Declaration
public Batch1098TProcessElectronicFilingEntity()
Fields
Batch1098TProcessHeaderIdProperty
The Batch1098TProcessHeaderId property.
Declaration
public static readonly EntityProperty Batch1098TProcessHeaderIdProperty
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 |
DataRecordProperty
The DataRecord property.
Declaration
public static readonly EntityProperty DataRecordProperty
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 |
InstanceIdentifierProperty
The InstanceIdentifier property.
Declaration
public static readonly EntityProperty InstanceIdentifierProperty
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 Batch1098TProcessElectronicFilingEntity.
Declaration
public int Batch1098TProcessHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Batch1098TProcessHeaderId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Batch1098TProcessElectronicFilingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DataRecord
Gets or sets the DataRecord associated with this Batch1098TProcessElectronicFilingEntity.
Declaration
public string DataRecord { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DataRecord. |
Id
Gets or sets the Id associated with this Batch1098TProcessElectronicFilingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstanceIdentifier
Gets or sets the InstanceIdentifier associated with this Batch1098TProcessElectronicFilingEntity.
Declaration
public Guid? InstanceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> | The InstanceIdentifier. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Batch1098TProcessElectronicFilingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Batch1098TProcessElectronicFilingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this Batch1098TProcessElectronicFilingEntity.
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()