DocsMarshal
/
Types
/
DocsMarshal.Entities.Query.WhereNumericBaseField
abstract class
WhereNumericBaseField
Base class:
WhereField
Implemented interfaces:
INotifyPropertyChanged
IFieldDescriptor
IWhereField
Derived types:
WhereIntField
WhereDoubleField
Constructors
This type has no constructors.
Properties
Boolean
AllowNull
{ get; set; }
Boolean
?
ApplyFormulaOnlyIfNull
{ get; set; }
Byte
[]
BinaryLanguagesLabels
{ get; set; }
Byte
[]
BinaryPresenterProperties
{ get; set; }
Int32
ClassTypeId
{ get; set; }
ENumericCondition
Condition
{ get; set; }
String
DbFieldName
{ get; set; }
String
DbTableName
{ get; set; }
String
Description
{ get; set; }
Guid
?
DynAssId
{ get; set; }
String
ExternalId
{ get; set; }
Int32
?
FieldId
{ get; set; }
String
Formula
{ get; set; }
Int32
GenericCondition
{ get; set; }
Object
GenericValue
{ get; set; }
Object
GenericValue2
{ get; set; }
List
<
Object
>
GenericValues
{ get; set; }
Int32
Id
{ get; set; }
ConfigurationItemList
LanguagesLabels
{ get; }
String
Name
{ get; set; }
String
OwnerId
{ get; set; }
Int32
?
Precision
{ get; set; }
EPresenterType
PresenterType
{ get; set; }
ConfigurationItemList
PresenterTypeProperties
{ get; }
Int32
?
Scale
{ get; set; }
Int32
?
StringSize
{ get; set; }
EFieldType
Type
{ get; set; }
String
VisibilityFilter
{ get; set; }
Boolean
VisibleInSearchView
{ get; set; }
Top