Class AdvancedSearchEntityDetailEntity
This class represents the EntityModel interface to the SyAdvancedSearchEntityProperty database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AdvancedSearchEntityDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
AdvancedSearchEntityDetailEntity()
Declaration
public AdvancedSearchEntityDetailEntity()
Fields
AdvancedSearchEntityIdProperty
The AdvancedSearchEntityId property.
Declaration
public static readonly EntityProperty AdvancedSearchEntityIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ControlTypeProperty
The ControlType property.
Declaration
public static readonly EntityProperty ControlTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldCodeProperty
The FieldCode property.
Declaration
public static readonly EntityProperty FieldCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldLabelOptionProperty
The FieldLabelOption property.
Declaration
public static readonly EntityProperty FieldLabelOptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldNameProperty
The FieldName property.
Declaration
public static readonly EntityProperty FieldNameProperty
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 |
IsCampusFilterProperty
The IsCampusFilter property.
Declaration
public static readonly EntityProperty IsCampusFilterProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsFromOdataProperty
The IsFromOdata property.
Declaration
public static readonly EntityProperty IsFromOdataProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSchoolDefinedFieldProperty
The IsSchoolDefinedField property.
Declaration
public static readonly EntityProperty IsSchoolDefinedFieldProperty
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 |
MaximumLengthProperty
The MaximumLength property.
Declaration
public static readonly EntityProperty MaximumLengthProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OdataQueryProperty
The OdataQuery property.
Declaration
public static readonly EntityProperty OdataQueryProperty
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
AdvancedSearchEntityId
Gets or sets the AdvancedSearchEntityId associated with this AdvancedSearchEntityDetailEntity.
Declaration
public int AdvancedSearchEntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AdvancedSearchEntityId. |
ControlType
Gets or sets the ControlType associated with this AdvancedSearchEntityDetailEntity.
Declaration
public string ControlType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ControlType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AdvancedSearchEntityDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FieldCode
Gets or sets the FieldCode associated with this AdvancedSearchEntityDetailEntity.
Declaration
public string FieldCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldCode. |
FieldLabelOption
Gets or sets the FieldLabelOption associated with this AdvancedSearchEntityDetailEntity.
Declaration
public string FieldLabelOption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldLabelOption. |
FieldName
Gets or sets the FieldName associated with this AdvancedSearchEntityDetailEntity.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldName. |
Id
Gets or sets the Id associated with this AdvancedSearchEntityDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCampusFilter
Gets or sets the IsCampusFilter associated with this AdvancedSearchEntityDetailEntity.
Declaration
public bool IsCampusFilter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCampusFilter. |
IsFromOdata
Gets or sets the IsFromOdata associated with this AdvancedSearchEntityDetailEntity.
Declaration
public bool IsFromOdata { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFromOdata. |
IsSchoolDefinedField
Gets or sets the IsSchoolDefinedField associated with this AdvancedSearchEntityDetailEntity.
Declaration
public bool IsSchoolDefinedField { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSchoolDefinedField. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AdvancedSearchEntityDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AdvancedSearchEntityDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaximumLength
Gets or sets the MaximumLength associated with this AdvancedSearchEntityDetailEntity.
Declaration
public int MaximumLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MaximumLength. |
OdataQuery
Gets or sets the OdataQuery associated with this AdvancedSearchEntityDetailEntity.
Declaration
public string OdataQuery { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OdataQuery. |
RowVersion
Gets or sets the RowVersion associated with this AdvancedSearchEntityDetailEntity.
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()