An attribute that used in a declarative fashion, activates the Enumerable validation Gear over the decorated property or field.
Top
Top
Top
Top
The following tables list the members exposed by the EnumerableAttribute type.
Name | Description | |
---|---|---|
EnumerableAttribute | Creates a new EnumerableAttribute instance. |
Name | Description | |
---|---|---|
InvalidInputMessage | Gets or sets the invalid input message. (inherited from ValidateAttribute). | |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (inherited from Attribute). | |
ValidationOrder | Gets or sets the validation order. (inherited from ValidateAttribute). |
Name | Description | |
---|---|---|
Equals | (Overloaded) Returns a value that indicates whether this instance is equal to a specified object. (inherited from Attribute). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). | |
GetCustomAttribute | (Overloaded) Retrieves a custom attribute applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. (inherited from Attribute). | |
GetCustomAttributes | (Overloaded) Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. (inherited from Attribute). | |
GetHashCode | Returns the hash code for this instance. (inherited from Attribute). | |
GetType | (Overloaded) Gets the Type of the current instance. (inherited from Object). | |
GetValidationGear | Gets the underlying Validate<TToValidate> gear. (inherited from ValidateAttribute). | |
IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (inherited from Attribute). | |
IsDefined | (Overloaded) Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. (inherited from Attribute). | |
Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (inherited from Attribute). | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). | |
OnCompleteValidationGearInputs | Handles the request to complete validation gear inputs. (inherited from ValidateAttribute). | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object). | |
ToString | Returns a string that represents the current object. (inherited from Object). |
Name | Description | |
---|---|---|
FromNullable | Converts object values to nullable relational data store values. (Defined by Object_ToNullable). | |
GetAttribute | Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes). | |
GetAttribute<TAtribute> | (Overloaded) Obtains the first attribute that decorates an object class. (Defined by Attribute_GetAttributes). | |
GetAttributes | Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes). | |
GetAttributes<TAtribute> | (Overloaded) Obtains the attributes that decorates a class. (Defined by Attribute_GetAttributes). | |
ToNullable<T> | Converts nullable relational data store values to Nullable<T>. (Defined by Object_ToNullable). |