Click or drag to resize

CommenceFieldDefinition Class

Holds information on the field definition.
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNet.Database.MetadataCommenceFieldDefinition

Namespace:  Vovin.CmcLibNet.Database.Metadata
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public class CommenceFieldDefinition : ICommenceFieldDefinition

The CommenceFieldDefinition type exposes the following members.

Properties
  NameDescription
Public propertyCombobox
Indicates if field is a combobox.
Public propertyDefaultString
Default fielvalue (if any).
Public propertyMandatory
Indicates if field is mandatory.
Public propertyMaxChars
Maximum number of characters field can hold.
Public propertyRecurring
Indicates if field is a recurring date field.
Public propertyShared
Indicates if field is shared.
Public propertyType
Field type.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also