Class SecurityAuthorizationDataChangeDetail
This class represents the EntityModel interface to the netsqlazman_SecurityConsoleAuditLog_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SecurityAuthorizationDataChangeDetail
Constructors
SecurityAuthorizationDataChangeDetail()
Declaration
public SecurityAuthorizationDataChangeDetail()
Properties
Action
Gets or sets the Action associated with this SecurityAuthorizationDataChangeDetail.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Action. |
ChangeFrom
Gets or sets the ChangeFrom associated with this SecurityAuthorizationDataChangeDetail.
Declaration
public string ChangeFrom { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ChangeFrom. |
ChangeTo
Gets or sets the ChangeTo associated with this SecurityAuthorizationDataChangeDetail.
Declaration
public string ChangeTo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ChangeTo. |
Entity
Gets or sets the Entity associated with this SecurityAuthorizationDataChangeDetail.
Declaration
public string Entity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Entity. |
EntityId
Gets or sets the EntityId associated with this SecurityAuthorizationDataChangeDetail.
Declaration
public int EntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EntityId. |
EntityName
Gets or sets the EntityName associated with this SecurityAuthorizationDataChangeDetail.
Declaration
public string EntityName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityName. |
Id
Gets or sets the Id associated with this SecurityAuthorizationDataChangeDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ModifiedBy
Gets or sets the ModifiedBy associated with this SecurityAuthorizationDataChangeDetail.
Declaration
public string ModifiedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ModifiedBy. |
ModifiedDate
Gets or sets the ModifiedDate associated with this SecurityAuthorizationDataChangeDetail.
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ModifiedDate. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |