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

Name Description
Public field auto_increment_start An optional auto increment start value (inherited from AttributeInfo).
Public field changed A local value that helps us detect if the attribute is changed - is this a hack? probably (inherited from AttributeInfo).
Public field description The description of the attribute (inherited from AttributeInfo).
Public field enum_items A list of an enum items (inherited from AttributeInfo).
Public field input_mask An input mask - not used yet (inherited from AttributeInfo).
Public field is_auto_increment Is this an auto incrementing attribute? (inherited from AttributeInfo).
Public field is_visible Whether or not this is visible - may not always be set, depending on the source (inherited from AttributeInfo).
Public field optional Is this attribute optional? (inherited from AttributeInfo).
Public field order the attribute order - currently not always used (inherited from AttributeInfo).
Public field owner_entity_id The owner entity id of the attribute
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 (inherited from AttributeInfo).
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 (inherited from AttributeInfo).
Public field type The attribute type (inherited from AttributeInfo).
Public field value Is there a value associated with this attribute? (inherited from AttributeInfo).
Public field visibility_constraint Optional constraint for visibility (inherited from AttributeInfo).
Public field workflow_id (inherited from AttributeInfo).
Top