The FindsByAttribute type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | FindsByAttribute | Initializes a new instance of the FindsByAttribute class |
Methods
Name | Description | |
---|---|---|
![]() | CompareTo |
Compares the current instance with another object of the same type and returns an
integer that indicates whether the current instance precedes, follows, or occurs
in the same position in the sort order as the other object.
|
![]() | Equals | (Overrides ![]() |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from ![]() |
![]() | ![]() | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines if two FindsByAttribute instances are equal.
|
![]() ![]() | GreaterThan |
Determines if one FindsByAttribute instance is greater than another.
|
![]() ![]() | Inequality |
Determines if two FindsByAttribute instances are unequal.
|
![]() ![]() | LessThan |
Determines if one FindsByAttribute instance is less than another.
|
Properties
Name | Description | |
---|---|---|
![]() | CustomFinderType | |
![]() | How |
Gets or sets the method used to look up the element
|
![]() | Priority |
Gets or sets a value indicating where this attribute should be evaluated relative to other instances
of this attribute decorating the same class member.
|
![]() | ![]() | When implemented in a derived class, gets a unique identifier for this (Inherited from ![]() ![]() |
![]() | Using |
Gets or sets the value to lookup by (i.e. for How.Name, the actual name to look up)
|
See Also