Class SecurityAuthorizationDataChangeEntity
This class represents the EntityModel interface to the Netsqlazman_SecurityAuditLog database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SecurityAuthorizationDataChangeEntity : Entity, IIdentifiable
Constructors
SecurityAuthorizationDataChangeEntity()
Declaration
public SecurityAuthorizationDataChangeEntity()
Fields
ActionProperty
The Action property.
Declaration
public static readonly EntityProperty ActionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ChangeDetailsProperty
The ChangeDetails property.
Declaration
public static readonly EntityProperty ChangeDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ChangeForActionIdProperty
The ChangeForActionId property.
Declaration
public static readonly EntityProperty ChangeForActionIdProperty
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 |
EntityIdProperty
The EntityId property.
Declaration
public static readonly EntityProperty EntityIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityProperty
The Entity property.
Declaration
public static readonly EntityProperty EntityProperty
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 |
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
Action
Gets or sets the Action associated with this SecurityAuthorizationDataChangeEntity.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Action. |
ChangeDetails
Gets or sets the ChangeDetails associated with this SecurityAuthorizationDataChangeEntity.
Declaration
public string ChangeDetails { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ChangeDetails. |
ChangeForActionId
Gets or sets the ChangeForActionId associated with this SecurityAuthorizationDataChangeEntity.
Declaration
public int? ChangeForActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ChangeForActionId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SecurityAuthorizationDataChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Entity
Gets or sets the Entity associated with this SecurityAuthorizationDataChangeEntity.
Declaration
public string Entity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Entity. |
EntityId
Gets or sets the EntityId associated with this SecurityAuthorizationDataChangeEntity.
Declaration
public int EntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EntityId. |
Id
Gets or sets the Id associated with this SecurityAuthorizationDataChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SecurityAuthorizationDataChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this SecurityAuthorizationDataChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
UserCreatedName
Declaration
[Obsolete("No longer used")]
public string UserCreatedName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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()