Information about an attribute

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

<DataContract()> _ 
<Serializable()> _ 
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
Public Class AttributeInfo 
Implements BaseEFEntity, _ 
IChangeTrackable, _ 
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()] 
[Serializable()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public class AttributeInfo : BaseEFEntity
IChangeTrackable
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()] 
[Serializable()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public ref class AttributeInfo : public BaseEFEntity^, 
public IChangeTrackable^, 
public ISynergyEntity^
This language is not supported or no code example is available.
public  
DataContract() 
Serializable() 
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
class AttributeInfo 
implements BaseEFEntity
IChangeTrackable
ISynergyEntity
This language is not supported or no code example is available.
Name Description
Public property Type
Public property attribute_id The id of the attribute
Public property display_name A display name
Public property id
Public property id_id
Public property id_serverid
Public property name The name of the attribute
Top
Name Description
Public method Copy()
Public method CopyWithNewEmptyValue() Copy, retain the value (with a new id)
Public method CopyWithNewValue() Copy, but retain the value (with a new id)
Public method CopyWithoutValue() Copy this without its value
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
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToChangeTrackerString()
Public method ToString() Get a string representation
Top
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

.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