Class ReflectivePropertyAccessor.PropertyCacheKey
Inheritance
System.Object
ReflectivePropertyAccessor.PropertyCacheKey
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class PropertyCacheKey : IComparable<ReflectivePropertyAccessor.PropertyCacheKey>
Constructors
|
Edit this page
View Source
PropertyCacheKey(Type, String, Boolean)
Declaration
public PropertyCacheKey(Type clazz, string name, bool targetIsClass)
Parameters
Type |
Name |
Description |
Type |
clazz |
|
System.String |
name |
|
System.Boolean |
targetIsClass |
|
Methods
|
Edit this page
View Source
CompareTo(ReflectivePropertyAccessor.PropertyCacheKey)
Declaration
public int CompareTo(ReflectivePropertyAccessor.PropertyCacheKey other)
Parameters
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|