AttributeInfo Class
<DataContract()> _
<Serializable()> _
<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()]
[Obfuscation(Exclude = true, ApplyToMembers = true)]
public class AttributeInfo : BaseEFEntity,
IChangeTrackable,
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()]
[Serializable()]
[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()
Obfuscation(Exclude = true, ApplyToMembers = true)
class AttributeInfo
implements BaseEFEntity,
IChangeTrackable,
ISynergyEntity
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) |
![]() |
Type | |
![]() |
attribute_id | The id of the attribute |
![]() |
display_name | A display name |
![]() |
id | |
![]() |
id_id | |
![]() |
id_serverid | |
![]() |
name | The name of the attribute |
Name | Description | |
---|---|---|
![]() |
Copy() | |
![]() |
CopyWithNewEmptyValue() | Copy, retain the value (with a new id) |
![]() |
CopyWithNewValue() | Copy, but retain the value (with a new id) |
![]() |
CopyWithoutValue() | Copy this without its value |
![]() |
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 |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToChangeTrackerString() | |
![]() |
ToString() | Get a string representation |
Name | Description | |
---|---|---|
![]() |
auto_increment_start | An optional auto increment start value |
![]() |
changed | A local value that helps us detect if the attribute is changed - is this a hack? probably |
![]() |
description | The description of the attribute |
![]() |
enum_items | A list of an enum items |
![]() |
input_mask | An input mask - not used yet |
![]() |
is_auto_increment | Is this an auto incrementing attribute? |
![]() |
is_visible | Whether or not this is visible - may not always be set, depending on the source |
![]() |
optional | Is this attribute optional? |
![]() |
order | the attribute order - currently not always used |
![]() |
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 |
![]() |
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 |
![]() |
type | The attribute type |
![]() |
value | Is there a value associated with this attribute? |
![]() |
visibility_constraint | Optional constraint for visibility |
![]() |
workflow_id |