AttributeValue Class
Information about an attribute value
<DataContract()> _
<Serializable()> _
<KnownType(typeof(AttributeContactValue))> _
<KnownType(typeof(AttributeCompanyValue))> _
<KnownType(typeof(AttributeCoordinateValue))> _
<KnownType(typeof(AttributeYesNoValue))> _
<KnownType(typeof(AttributeAddressValue))> _
<KnownType(typeof(AttributeAutoIncValue))> _
<KnownType(typeof(AttributeValue))> _
<Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class AttributeValue
Implements IChangeTrackable
This language is not supported or no code example is available.
[DataContract()]
[Serializable()]
[KnownType(typeof(AttributeContactValue))]
[KnownType(typeof(AttributeCompanyValue))]
[KnownType(typeof(AttributeCoordinateValue))]
[KnownType(typeof(AttributeYesNoValue))]
[KnownType(typeof(AttributeAddressValue))]
[KnownType(typeof(AttributeAutoIncValue))]
[KnownType(typeof(AttributeValue))]
[Obfuscation(Exclude = true, ApplyToMembers = true)]
public class AttributeValue : IChangeTrackable
This language is not supported or no code example is available.
[DataContract()]
[Serializable()]
[KnownType(typeof(AttributeContactValue))]
[KnownType(typeof(AttributeCompanyValue))]
[KnownType(typeof(AttributeCoordinateValue))]
[KnownType(typeof(AttributeYesNoValue))]
[KnownType(typeof(AttributeAddressValue))]
[KnownType(typeof(AttributeAutoIncValue))]
[KnownType(typeof(AttributeValue))]
[Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class AttributeValue : public IChangeTrackable^
This language is not supported or no code example is available.
public
DataContract()
Serializable()
KnownType(typeof(AttributeContactValue))
KnownType(typeof(AttributeCompanyValue))
KnownType(typeof(AttributeCoordinateValue))
KnownType(typeof(AttributeYesNoValue))
KnownType(typeof(AttributeAddressValue))
KnownType(typeof(AttributeAutoIncValue))
KnownType(typeof(AttributeValue))
Obfuscation(Exclude = true, ApplyToMembers = true)
class AttributeValue
implements IChangeTrackable
This language is not supported or no code example is available.
|
Name
|
Description
|
|
enum_id
|
The id of the enum this came from, if it's an enum attribute
|
|
value_id
|
The id of the attribute value
|
Top
Contracts.Data.AttributeValue
.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