EntityAttributeInfo Class
<DataContract()> _
<Serializable()> _
<Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class EntityAttributeInfo
Inherits AttributeInfo
This language is not supported or no code example is available.
[DataContract()]
[Serializable()]
[Obfuscation(Exclude = true, ApplyToMembers = true)]
public class EntityAttributeInfo : AttributeInfo
This language is not supported or no code example is available.
[DataContract()]
[Serializable()]
[Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class EntityAttributeInfo : public AttributeInfo^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
EnumValueDisplayName | The display name for the current list value (If this is a list attribute) (inherited from AttributeInfo). |
![]() |
Type | (inherited from AttributeInfo). |
![]() |
attribute_id | The id of the attribute (inherited from AttributeInfo). |
![]() |
display_name | A display name (inherited from AttributeInfo). |
![]() |
id | (inherited from AttributeInfo). |
![]() |
id_id | (inherited from AttributeInfo). |
![]() |
id_serverid | (inherited from AttributeInfo). |
![]() |
name | The name of the attribute (inherited from AttributeInfo). |
Name | Description | |
---|---|---|
![]() |
Copy() | (inherited from AttributeInfo). |
![]() |
CopyWithNewEmptyValue() | Copy, retain the value (with a new id) (inherited from AttributeInfo). |
![]() |
CopyWithNewValue() | Copy, but retain the value (with a new id) (inherited from AttributeInfo). |
![]() |
CopyWithoutValue() | Copy this without its value (inherited from AttributeInfo). |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
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). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToChangeTrackerString() | (inherited from AttributeInfo). |
![]() |
ToString() | Get a string representation (inherited from AttributeInfo). |
Name | Description | |
---|---|---|
![]() |
auto_increment_start | An optional auto increment start value (inherited from AttributeInfo). |
![]() |
changed | A local value that helps us detect if the attribute is changed - is this a hack? probably (inherited from AttributeInfo). |
![]() |
description | The description of the attribute (inherited from AttributeInfo). |
![]() |
enum_items | A list of an enum items (inherited from AttributeInfo). |
![]() |
input_mask | An input mask - not used yet (inherited from AttributeInfo). |
![]() |
is_auto_increment | Is this an auto incrementing attribute? (inherited from AttributeInfo). |
![]() |
is_visible | Whether or not this is visible - may not always be set, depending on the source (inherited from AttributeInfo). |
![]() |
optional | Is this attribute optional? (inherited from AttributeInfo). |
![]() |
order | the attribute order - currently not always used (inherited from AttributeInfo). |
![]() |
owner_entity_id | The owner entity id of the attribute |
![]() |
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). |
![]() |
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). |
![]() |
type | The attribute type (inherited from AttributeInfo). |
![]() |
value | Is there a value associated with this attribute? (inherited from AttributeInfo). |
![]() |
visibility_constraint | Optional constraint for visibility (inherited from AttributeInfo). |
![]() |
workflow_id | (inherited from AttributeInfo). |