Class SevisFileTransmissionDetailResultEntity
This class represents the EntityModel interface to the SySEVISBatchDetailError database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SevisFileTransmissionDetailResultEntity : Entity, IIdentifiable
Constructors
SevisFileTransmissionDetailResultEntity()
Declaration
public SevisFileTransmissionDetailResultEntity()
Fields
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResultCodeProperty
The ResultCode property.
Declaration
public static readonly EntityProperty ResultCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResultMessageProperty
The ResultMessage property.
Declaration
public static readonly EntityProperty ResultMessageProperty
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 |
SevisFileTransmissionDetailIdProperty
The SevisFileTransmissionDetailId property.
Declaration
public static readonly EntityProperty SevisFileTransmissionDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Id
Gets or sets the Id associated with this SevisFileTransmissionDetailResultEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ResultCode
Gets or sets the ResultCode associated with this SevisFileTransmissionDetailResultEntity.
Declaration
public string ResultCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultCode. |
ResultMessage
Gets or sets the ResultMessage associated with this SevisFileTransmissionDetailResultEntity.
Declaration
public string ResultMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultMessage. |
RowVersion
Gets or sets the RowVersion associated with this SevisFileTransmissionDetailResultEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SevisFileTransmissionDetailId
Gets or sets the SevisFileTransmissionDetailId associated with this SevisFileTransmissionDetailResultEntity.
Declaration
public int SevisFileTransmissionDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SevisFileTransmissionDetailId. |
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()