Class SevisActionCodeDetailEntity
This class represents the EntityModel interface to the SySEVISActionDefinitionDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SevisActionCodeDetailEntity : Entity, IIdentifiable
Constructors
SevisActionCodeDetailEntity()
Declaration
public SevisActionCodeDetailEntity()
Fields
CaptionProperty
The Caption property.
Declaration
public static readonly EntityProperty CaptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldNameProperty
The FieldName property.
Declaration
public static readonly EntityProperty FieldNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HierarchyProperty
The Hierarchy property.
Declaration
public static readonly EntityProperty HierarchyProperty
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 |
IsRequiredProperty
The IsRequired property.
Declaration
public static readonly EntityProperty IsRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LengthProperty
The Length property.
Declaration
public static readonly EntityProperty LengthProperty
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 |
TableNameProperty
The TableName property.
Declaration
public static readonly EntityProperty TableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Caption
Gets or sets the Caption associated with this SevisActionCodeDetailEntity.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Caption. |
Code
Gets or sets the Code associated with this SevisActionCodeDetailEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
FieldName
Gets or sets the FieldName associated with this SevisActionCodeDetailEntity.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldName. |
Hierarchy
Gets or sets the Hierarchy associated with this SevisActionCodeDetailEntity.
Declaration
public short Hierarchy { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Hierarchy. |
Id
Gets or sets the Id associated with this SevisActionCodeDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsRequired
Gets or sets the IsRequired associated with this SevisActionCodeDetailEntity.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
Length
Gets or sets the Length associated with this SevisActionCodeDetailEntity.
Declaration
public short Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Length. |
RowVersion
Gets or sets the RowVersion associated with this SevisActionCodeDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TableName
Gets or sets the TableName associated with this SevisActionCodeDetailEntity.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TableName. |
Type
Gets or sets the Type associated with this SevisActionCodeDetailEntity.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
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()