Click or drag to resize
XFieldDef Class
Class XFieldDef.
Inheritance Hierarchy
SystemObject
  Biolomics.BioCallbackXFieldDef

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class XFieldDef

The XFieldDef type exposes the following members.

Constructors
  NameDescription
Public methodXFieldDef(TFieldDef)
Initializes a new instance of the XFieldDef class.
Public methodXFieldDef(XFieldDef)
Initializes a new instance of the XFieldDef class.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodColumnName
Gets the column name.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFieldComment
Gets the Field comment.
Public methodFieldSubType
Gets Field sub type.
Public methodFieldType
Gets the field type
Public methodFieldTypeToText
Gets the Field type as text.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodId
Gets the Field Id.
Public methodIsFieldLink
Determines whether this Field is a linkfield.
Public methodIsLink
Determines whether this Field is a linkfield.
Public methodIsNothing
Determines whether this instance is nothing.
Public methodIsRecLink
Determines whether This is record link field.
Public methodKey
Gets the field Key.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReverseFieldKey
Gets the Reverse field key.
Public methodStateCount
Gets the number of states in the field.
Public methodStateName
Gets the State name.
Public methodSubfieldIdx
Gets the subField index.
Public methodTableKey
Gets the Table key.
Public methodTargetCoKey
Gets the target connection Key.
Public methodTargetFieldKey
Gets the Target field key.
Public methodTargetTableKey
Gets the Target table key.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodUserName
Gets the user name.
Public methodUserNameEng
Gets the user name English.
Public methodViewName
Gets the Name of field for view.
Public methodVirtual
Determines whether this field is Virtual.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Checks if XFieldDefs are equal.
Public operatorStatic memberInequality
Checks if XFieldDefs are different.
Top
See Also