Class ExtendedPropertyDefinitionEntity
This class represents the EntityModel for the SyExtendedPropertyDefinition database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ExtendedPropertyDefinitionEntity : Entity, IIdentifiable, IAuditable
Constructors
ExtendedPropertyDefinitionEntity()
Declaration
public ExtendedPropertyDefinitionEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DecimalPlacesProperty
The DecimalPlaces property.
Declaration
public static readonly EntityProperty DecimalPlacesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityNameProperty
The EntityName property.
Declaration
public static readonly EntityProperty EntityNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HelpTextProperty
The HelpText property.
Declaration
public static readonly EntityProperty HelpTextProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAuthorizationRequiredProperty
The IsAuthorizationRequired property.
Declaration
public static readonly EntityProperty IsAuthorizationRequiredProperty
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 |
MaxLengthProperty
The MaxLength property.
Declaration
public static readonly EntityProperty MaxLengthProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PropertyTypeProperty
The PropertyType property.
Declaration
public static readonly EntityProperty PropertyTypeProperty
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 |
ValidationTextProperty
The ValidationText property.
Declaration
public static readonly EntityProperty ValidationTextProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ValidationTypeProperty
The ValidationType property.
Declaration
public static readonly EntityProperty ValidationTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ExtendedPropertyDefinitionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DecimalPlaces
Gets or sets the DecimalPlaces associated with this ExtendedPropertyDefinitionEntity.
Declaration
public byte? DecimalPlaces { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The DecimalPlaces. |
EntityName
Gets or sets the EntityName associated with this ExtendedPropertyDefinitionEntity.
Declaration
public string EntityName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityName. |
HelpText
Gets or sets the HelpText associated with this ExtendedPropertyDefinitionEntity.
Declaration
public string HelpText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HelpText. |
Id
Gets or sets the Id associated with this ExtendedPropertyDefinitionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this ExtendedPropertyDefinitionEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAuthorizationRequired
Gets or sets the IsAuthorizationRequired associated with this ExtendedPropertyDefinitionEntity.
Declaration
public bool IsAuthorizationRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAuthorizationRequired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ExtendedPropertyDefinitionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ExtendedPropertyDefinitionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxLength
Gets or sets the MaxLength associated with this ExtendedPropertyDefinitionEntity.
Declaration
public short? MaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The MaxLength. |
Name
Gets or sets the Name associated with this ExtendedPropertyDefinitionEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PropertyType
Gets or sets the PropertyType associated with this ExtendedPropertyDefinitionEntity.
Declaration
public string PropertyType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PropertyType. |
RowVersion
Gets or sets the RowVersion associated with this ExtendedPropertyDefinitionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SecurityGroups
Security Groups
Declaration
public ICollection<ExtendedPropertyDefinitionSecurityGroup> SecurityGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ExtendedPropertyDefinitionSecurityGroup> |
ValidationText
Gets or sets the ValidationText associated with this ExtendedPropertyDefinitionEntity.
Declaration
public string ValidationText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ValidationText. |
ValidationType
Gets or sets the ValidationType associated with this ExtendedPropertyDefinitionEntity.
Declaration
public string ValidationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ValidationType. |
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()