Click or drag to resize

ICommenceFieldDefinition Interface

Interface for the field definition.

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

The ICommenceFieldDefinition 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
See Also