Class UserToolbarDataElementEntity
This class represents the EntityModel interface to the SyToolbar database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class UserToolbarDataElementEntity : Entity, IAuditable
Constructors
UserToolbarDataElementEntity()
Declaration
public UserToolbarDataElementEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisplayOrderProperty
The DisplayOrder property.
Declaration
public static readonly EntityProperty DisplayOrderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ElementProperty
The Element property.
Declaration
public static readonly EntityProperty ElementProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IconProperty
The Icon property.
Declaration
public static readonly EntityProperty IconProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsFormElementProperty
The IsFormElement property.
Declaration
public static readonly EntityProperty IsFormElementProperty
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 |
ShowDescriptionProperty
The ShowDescription property.
Declaration
public static readonly EntityProperty ShowDescriptionProperty
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
CreatedDateTime
Gets or sets the CreatedDateTime associated with this UserToolbarDataElementEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisplayOrder
Gets or sets the DisplayOrder associated with this UserToolbarDataElementEntity.
Declaration
public int? DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisplayOrder. |
Element
Gets or sets the Element associated with this UserToolbarDataElementEntity.
Declaration
public string Element { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Element. |
Icon
Gets or sets the Icon associated with this UserToolbarDataElementEntity.
Declaration
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Icon. |
IsFormElement
Gets or sets the IsFormElement associated with this UserToolbarDataElementEntity.
Declaration
public bool IsFormElement { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFormElement. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this UserToolbarDataElementEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this UserToolbarDataElementEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this UserToolbarDataElementEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ShowDescription
Gets or sets the ShowDescription associated with this UserToolbarDataElementEntity.
Declaration
public bool ShowDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The ShowDescription. |
StaffId
Gets or sets the StaffId associated with this UserToolbarDataElementEntity.
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()