Class ApplicationKeyEntity
This class represents the EntityModel interface to the SyApplicationKey database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ApplicationKeyEntity : Entity, IIdentifiable, IAuditable
Constructors
ApplicationKeyEntity()
Declaration
public ApplicationKeyEntity()
Fields
ApplicationKeyValueProperty
The ApplicationKeyValue property.
Declaration
public static readonly EntityProperty ApplicationKeyValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CallingApplicationNameProperty
The CallingApplicationName property.
Declaration
public static readonly EntityProperty CallingApplicationNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedByUserIdProperty
The CreatedByUserId property.
Declaration
public static readonly EntityProperty CreatedByUserIdProperty
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 |
ExpirationDateProperty
The ExpirationDate property.
Declaration
public static readonly EntityProperty ExpirationDateProperty
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 |
IsSystemGeneratedProperty
The IsSystemGenerated property.
Declaration
public static readonly EntityProperty IsSystemGeneratedProperty
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 |
StaffIdProperty
The StaffId property.
Declaration
public static readonly EntityProperty StaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApplicationKeyValue
Gets or sets the ApplicationKeyValue associated with this ApplicationKeyEntity.
Declaration
public string ApplicationKeyValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApplicationKeyValue. |
CallingApplicationName
Gets or sets the CallingApplicationName associated with this ApplicationKeyEntity.
Declaration
public string CallingApplicationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CallingApplicationName. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this ApplicationKeyEntity.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ApplicationKeyEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpirationDate
Gets or sets the ExpirationDate associated with this ApplicationKeyEntity.
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ExpirationDate. |
Id
Gets or sets the Id associated with this ApplicationKeyEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsSystemGenerated
Gets or sets the IsSystemGenerated associated with this ApplicationKeyEntity.
Declaration
public bool IsSystemGenerated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemGenerated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ApplicationKeyEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ApplicationKeyEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this ApplicationKeyEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StaffId
Gets or sets the StaffId associated with this ApplicationKeyEntity.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
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()