Class DocumentManagementSoftwareKeywordSettingEntity
This class represents the EntityModel interface to the CmDocMgmtKeywordConfiguration database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentManagementSoftwareKeywordSettingEntity : Entity, IIdentifiable, IAuditable
Constructors
DocumentManagementSoftwareKeywordSettingEntity()
Declaration
public DocumentManagementSoftwareKeywordSettingEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentManagementSoftwareIdProperty
The DocumentManagementSoftwareId property.
Declaration
public static readonly EntityProperty DocumentManagementSoftwareIdProperty
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 |
IsRequiredProperty
The IsRequired property.
Declaration
public static readonly EntityProperty IsRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
KeywordNameProperty
The KeywordName property.
Declaration
public static readonly EntityProperty KeywordNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
KeywordTypeIdentifierProperty
The KeywordTypeIdentifier property.
Declaration
public static readonly EntityProperty KeywordTypeIdentifierProperty
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 |
ReferenceColumnNameProperty
The ReferenceColumnName property.
Declaration
public static readonly EntityProperty ReferenceColumnNameProperty
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 |
SystemKeywordNameProperty
The SystemKeywordName property.
Declaration
public static readonly EntityProperty SystemKeywordNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentManagementSoftwareId
Gets or sets the DocumentManagementSoftwareId associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public int DocumentManagementSoftwareId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentManagementSoftwareId. |
Id
Gets or sets the Id associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsRequired
Gets or sets the IsRequired associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
KeywordName
Gets or sets the KeywordName associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public string KeywordName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The KeywordName. |
KeywordTypeIdentifier
Gets or sets the KeywordTypeIdentifier associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public int KeywordTypeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The KeywordTypeIdentifier. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReferenceColumnName
Gets or sets the ReferenceColumnName associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public string ReferenceColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReferenceColumnName. |
RowVersion
Gets or sets the RowVersion associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SystemKeywordName
Gets or sets the SystemKeywordName associated with this DocumentManagementSoftwareKeywordSettingEntity.
Declaration
public string SystemKeywordName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SystemKeywordName. |
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()