Skip to main content

%CSP.Util.FieldDefinition

class %CSP.Util.FieldDefinition extends %Library.RegisteredObject, %XML.Adaptor

This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Represents a field definition used by the AutoForm class.

Property Inventory

Properties

property Property as %String (MAXLEN = 64, TRUNCATE = 0, XMLNAME = "property", XMLPROJECTION = "attribute");
Name of property within the AutoForm-enabled class.
Property methods: PropertyDisplayToLogical(), PropertyGet(), PropertyIsValid(), PropertyLogicalToDisplay(), PropertyLogicalToOdbc(), PropertyNormalize(), PropertySet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab