Click or drag to resize

CommenceCategoryMetaData Class

Commence category metadata.
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNet.Database.MetadataCommenceCategoryMetaData

Namespace:  Vovin.CmcLibNet.Database.Metadata
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
[SerializableAttribute]
public class CommenceCategoryMetaData : ICommenceCategoryMetaData, 
	ICategoryDef

The CommenceCategoryMetaData 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.
Public propertyClarified
Indicates if the category is defines to use a clarifier.
Public propertyClarifyField
Returns the clarify field (if any).
Public propertyClarifySeparator
Returns the clarify separator (if any).
Public propertyConnections
Connections.
Public propertyDuplicates
Indicates if the category allows duplicate items.
Public propertyFields
Fields.
Public propertyForms
Forms.
Public propertyItems
Number of items.
Public propertyMaxItems
Number of items a category can hold.
Public propertyName
Category name.
Public propertyShared
Indicates whether the category is shared.
Public propertyViews
Views.
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