Class FormFieldValueRows.IdxDatetimeValue
Class representing index 'IDXForm_field_valueDatetime_v'.
Inheritance
IdxBase
IdxBase<FormFieldValueTableInfo>
FormFieldValueRow.FormFieldValueRowIdxBase
FormFieldValueRows.FormFieldValueRowsIdx
FormFieldValueRows.IdxDatetimeValue
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxDatetimeValue : FormFieldValueRows.FormFieldValueRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDatetimeValue(DateTime)
Constructor for class FormFieldValueRows.IdxDatetimeValue This class represents index 'IDXForm_field_valueDatetime_value'.
Declaration
public IdxDatetimeValue(DateTime datetimeValue)
Parameters
Type | Name | Description |
---|---|---|
DateTime | datetimeValue |
IdxDatetimeValue(DateTime, DateTimeSearchType)
Constructor for class FormFieldValueRows.IdxDatetimeValue This class represents index 'IDXForm_field_valueDatetime_value'.
Declaration
public IdxDatetimeValue(DateTime datetimeValue, DateTimeSearchType datetimeValueSearchType)
Parameters
Type | Name | Description |
---|---|---|
DateTime | datetimeValue | |
DateTimeSearchType | datetimeValueSearchType | How to search for DatetimeValue |
Properties
DatetimeValue
The datetime value of this form field
Declaration
public DateTime DatetimeValue { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
Methods
UpdateRow(TableRowBase)
Update the FormFieldValueRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of FormFieldValueRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)