AttributeEntity Class
Represents an Enum List Attribute in the ImportDTOs
<DataContract(IsReference = true)> _
<Serializable()> _
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class AttributeEntity
Inherits ImportEntity
Implements IIdentifyByProperty
This language is not supported or no code example is available.
[DataContract(IsReference = true)]
[Serializable()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public class AttributeEntity : ImportEntity,
IIdentifyByProperty
This language is not supported or no code example is available.
[DataContract(IsReference = true)]
[Serializable()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class AttributeEntity : public ImportEntity^,
public IIdentifyByProperty^
This language is not supported or no code example is available.
public
DataContract(IsReference = true)
Serializable()
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)
class AttributeEntity
extends ImportEntity
implements IIdentifyByProperty
This language is not supported or no code example is available.
Contracts.Data.ImportModel.AttributeEntity
.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