RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

FieldDefinition Members

The FieldDefinition type exposes the following members.

Methods


  Name Description
Public method CanSetNull
Determines whether this instance [can set null] the specified value.
Public method FormatValue
Formats the value to display.
Public method FormatValueForColumnMap
Formats the value for column map.
Public method GetSqlFormatObject
Gets the SQL format object.
Public method GetUserValue
Gets the user value.
Public method HasDescription
Sets the field description that the user will see.
Public method HasFieldName
Sets the name of the field. For use only by the Entity Framework classes.
Public method HasLookupControlColumnId
Determines whether [has lookup control column identifier] [the specified lookup control column identifier].
Public method HasSearchForHostId
Determines whether [has search for host identifier] [the specified host identifier].
Public method IsRequired
Determines whether this field will allow nulls. For use only by the Entity Framework classes.
Public method MakePath
Makes the path.
Public method SetParentField
Sets the parent foreign key definition. For use only by the Entity Framework classes.
Public method ToString
Returns a String that represents this instance.
Public method ValidateValueForSavingToDb
Validates a value to see if it's a valid value to save to the database.

Properties


  Name Description
Public property AllowNulls
Gets a value indicating whether this field allows null values.
Public property AllowRecursion
Gets a value indicating whether [allow recursion].
Public property AllowUserNulls
Gets a value indicating whether [allow user nulls].
Public property CanFormatValue
Gets a value indicating whether this instance can format value.
Public property Description
Gets the description.
Public property FieldDataType
Gets the type of the field data.
Public property FieldName
Gets the name of the field.
Public property FieldType
Gets the type of the field.
Public property FormulaObject
Gets the formula object.
Public property GeneratedKey
Gets a value indicating whether [generated key].
Public property LookupControlColumnId
Gets the lookup control column identifier.
Public property ParentJoinForeignKeyDefinition
Gets the parent join foreign key definition.
Public property PropertyName
Gets the name of the property.
Public property SearchForCondition
Gets the search for condition.
Public property SearchForHostId
Gets the search for host identifier.
Public property SkipPrint
Gets a value indicating whether [skip print].
Public property TableDefinition
Gets the table definition.
Public property UpdateOnly
Gets a value indicating whether [update only].
Public property ValueType
Gets the type of the value for use in queries.