Class FeatureSettingEntity
This class represents the EntityModel interface to the SyFeatureFlags database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class FeatureSettingEntity : Entity, IIdentifiable, IAuditable
Constructors
FeatureSettingEntity()
Declaration
public FeatureSettingEntity()
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 |
FeatureNameAsEnableAdvancedAutoPackaging
Declaration
public static readonly string FeatureNameAsEnableAdvancedAutoPackaging
Field Value
Type | Description |
---|---|
System.String |
FeatureNameProperty
The FeatureName property.
Declaration
public static readonly EntityProperty FeatureNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FeatureStatusProperty
The FeatureStatus property.
Declaration
public static readonly EntityProperty FeatureStatusProperty
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 |
IsEnabledProperty
The IsEnabled property.
Declaration
public static readonly EntityProperty IsEnabledProperty
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 |
LongPromptProperty
The LongPrompt property.
Declaration
public static readonly EntityProperty LongPromptProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ModuleProperty
The Module property.
Declaration
public static readonly EntityProperty ModuleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PromptProperty
The Prompt property.
Declaration
public static readonly EntityProperty PromptProperty
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
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FeatureSettingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisplayOrder
Gets or sets the DisplayOrder associated with this FeatureSettingEntity.
Declaration
public int DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisplayOrder. |
FeatureName
Gets or sets the FeatureName associated with this FeatureSettingEntity.
Declaration
public string FeatureName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FeatureName. |
FeatureStatus
Gets or sets the FeatureStatus associated with this FeatureSettingEntity.
Declaration
public bool FeatureStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The FeatureStatus. |
Id
Gets or sets the Id associated with this FeatureSettingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEnabled
Gets or sets the IsEnabled associated with this FeatureSettingEntity.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEnabled. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FeatureSettingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FeatureSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LongPrompt
Gets or sets the LongPrompt associated with this FeatureSettingEntity.
Declaration
public string LongPrompt { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LongPrompt. |
Module
Gets or sets the Module associated with this FeatureSettingEntity.
Declaration
public string Module { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Module. |
Prompt
Gets or sets the Prompt associated with this FeatureSettingEntity.
Declaration
public string Prompt { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Prompt. |
RowVersion
Gets or sets the RowVersion associated with this FeatureSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()