Class Batch1098TToolTransactionExtendedEntity
This class represents the EntityModel interface to the Sa1098TTransExt database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class Batch1098TToolTransactionExtendedEntity : Entity, IIdentifiable, IAuditable
Constructors
Batch1098TToolTransactionExtendedEntity()
Declaration
public Batch1098TToolTransactionExtendedEntity()
Fields
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 |
IsBox1IncludedProperty
The IsBox1Included property.
Declaration
public static readonly EntityProperty IsBox1IncludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsExcludedProperty
The IsExcluded property.
Declaration
public static readonly EntityProperty IsExcludedProperty
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 |
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Batch1098TToolTransactionExtendedEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this Batch1098TToolTransactionExtendedEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBox1Included
Gets or sets the IsBox1Included associated with this Batch1098TToolTransactionExtendedEntity.
Declaration
public bool IsBox1Included { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBox1Included. |
IsExcluded
Gets or sets the IsExcluded associated with this Batch1098TToolTransactionExtendedEntity.
Declaration
public bool IsExcluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcluded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Batch1098TToolTransactionExtendedEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Batch1098TToolTransactionExtendedEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this Batch1098TToolTransactionExtendedEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this Batch1098TToolTransactionExtendedEntity.
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAccountTransactionId. |
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()