Represents an Enum List Attribute in the ImportDTOs
Namespace:
Contracts.Data.ImportModel
Assembly: Contracts (in Contracts.dll)
Top
Top
Top
Assembly: Contracts (in Contracts.dll)
<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.
Name | Description | |
---|---|---|
![]() |
ImportEntity() | (inherited from ImportEntity). |
Name | Description | |
---|---|---|
![]() |
DisplayName | |
![]() |
Identity | (inherited from ImportEntity). |
![]() |
ImportMode | (inherited from ImportEntity). |
![]() |
IncludedInTestMode | (inherited from ImportEntity). |
![]() |
Name | |
![]() |
Type |
Name | Description | |
---|---|---|
![]() |
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). |
![]() |
IdentifyByProperty(string) | |
![]() |
IsRequired<T>(T, Expression<Func<TObject>>) | (inherited from ImportEntity). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString() | |
![]() |
Validate() | (inherited from ImportEntity). |
![]() |
ValidateRequiredFields() |
Contracts.Data.ImportModel.AttributeEntity