Information about an attribute

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<DataContract()> _ 
<Serializable()> _ 
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
Public Class EntityAttributeInfo 
Inherits AttributeInfo
This language is not supported or no code example is available.
[DataContract()] 
[Serializable()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public class EntityAttributeInfo : AttributeInfo
This language is not supported or no code example is available.
[DataContract()] 
[Serializable()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public ref class EntityAttributeInfo : public AttributeInfo^
This language is not supported or no code example is available.
public  
DataContract() 
Serializable() 
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
class EntityAttributeInfo 
extends AttributeInfo
This language is not supported or no code example is available.
Name Description
Public property Type (inherited from AttributeInfo).
Public property attribute_id The id of the attribute (inherited from AttributeInfo).
Public property display_name A display name (inherited from AttributeInfo).
Public property id (inherited from AttributeInfo).
Public property id_id (inherited from AttributeInfo).
Public property id_serverid (inherited from AttributeInfo).
Public property name The name of the attribute (inherited from AttributeInfo).
Top
Name Description
Public method Copy() (inherited from AttributeInfo).
Public method CopyWithNewEmptyValue() Copy, retain the value (with a new id) (inherited from AttributeInfo).
Public method CopyWithNewValue() Copy, but retain the value (with a new id) (inherited from AttributeInfo).
Public method CopyWithoutValue() Copy this without its value (inherited from AttributeInfo).
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method IsPrimitiveOrEnum() Returns true if the attribute is a primitive type (eg. string or int as opposed to user or company) or enum type (inherited from AttributeInfo).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToChangeTrackerString() (inherited from AttributeInfo).
Public method ToString() Get a string representation (inherited from AttributeInfo).
Top
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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1