Click or drag to resize

ICommenceCategoryMetaData Interface

Commence category metadata.

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

The ICommenceCategoryMetaData type exposes the following members.

Properties
  NameDescription
Public propertyCategoryID
Returns the category ID, -1 on error. The ID is a sequence number Commence uses to identify categories. No ID can be obtained if the category contains no items.
(Inherited from ICategoryDef.)
Public propertyClarified
Indicates if the category is defines to use a clarifier.
(Inherited from ICategoryDef.)
Public propertyClarifyField
Returns the clarify field (if any).
(Inherited from ICategoryDef.)
Public propertyClarifySeparator
Returns the clarify separator (if any).
(Inherited from ICategoryDef.)
Public propertyConnections
Connections.
Public propertyDuplicates
Indicates if the category allows duplicate items.
(Inherited from ICategoryDef.)
Public propertyFields
Fields.
Public propertyForms
Forms.
Public propertyItems
Number of items.
Public propertyMaxItems
Number of items a category can hold.
(Inherited from ICategoryDef.)
Public propertyName
Category name.
Public propertyShared
Indicates whether the category is shared.
(Inherited from ICategoryDef.)
Public propertyViews
Views.
Top
See Also