Метод | Описание | |
---|---|---|
GetProperty ( this rootType, |
Gets property info from specified type by getter or setter method info.
|
|
IsAssignableFromGenericType ( this currentType, |
Determines whether an instance of the current Type can be assigned from an instance of the specified Type.
|
|
IsAutoProperty ( this propertyInfo ) : bool |
Checks whether the property is auto property.
|
|
IsGetter ( this methodInfo ) : bool |
Checks whether the method info is property getter.
|
|
IsPropertyWithSelectorAttribute ( this propertyInfo ) : bool |
Checks whether the property specified with BaseSelectorAttribute.
|
|
IsSetter ( this methodInfo ) : bool |
Checks whether the method info is property setter.
|
public static GetProperty ( this rootType, |
||
rootType | this | The root type. |
methodInfo | The getter of setter method Info. | |
Результат |
public static IsAssignableFromGenericType ( this currentType, |
||
currentType | this | The current type. |
givenType | The type to compare with the current type. | |
Результат | bool |
public static IsAutoProperty ( this propertyInfo ) : bool | ||
propertyInfo | this | The property info. |
Результат | bool |
public static IsGetter ( this methodInfo ) : bool | ||
methodInfo | this | The method info. |
Результат | bool |
public static IsPropertyWithSelectorAttribute ( this propertyInfo ) : bool | ||
propertyInfo | this | The property info. |
Результат | bool |
public static IsSetter ( this methodInfo ) : bool | ||
methodInfo | this | The method info. |
Результат | bool |