The following tables list the members exposed by the AttributeInfo type.

Name Description
Public field auto_increment_start An optional auto increment start value
Public field changed A local value that helps us detect if the attribute is changed - is this a hack? probably
Public field description The description of the attribute
Public field enum_items A list of an enum items
Public field input_mask An input mask - not used yet
Public field is_auto_increment Is this an auto incrementing attribute?
Public field is_visible Whether or not this is visible - may not always be set, depending on the source
Public field optional Is this attribute optional?
Public field order the attribute order - currently not always used
Public field read_only Whether or not this is a read only attribute - this is applied when getting a specific attribute - it is not part of the definition of an attribute
Public field reprompt_on_change Whether or not to reprompt on change - currently, this only works for files could be be used for other things like projects
Public field type The attribute type
Public field value Is there a value associated with this attribute?
Public field visibility_constraint Optional constraint for visibility
Public field workflow_id
Top