Property | Type | Description | |
---|---|---|---|
GetUniqueKey | string | ||
VirtualPropertyInfo | System |
Method | Description | |
---|---|---|
Create ( string name, |
||
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetCustomAttributesData ( ) : IList |
||
GetGetMethod ( bool nonPublic ) : |
||
GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
GetSetMethod ( bool nonPublic ) : |
||
GetValue ( object obj, BindingFlags invokeAttr, |
||
IsDefined ( |
||
SetValue ( object obj, object value, BindingFlags invokeAttr, |
Method | Description | |
---|---|---|
GetUniqueKey ( |
||
VirtualPropertyInfo ( string name, |
public static Create ( string name, |
||
name | string | |
declaringType | ||
reflectedType | ||
propertyType | ||
attributes | PropertyAttributes | |
readable | bool | |
writable | bool | |
return |
public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[] | ||
nonPublic | bool | |
return | System.Reflection.MethodInfo[] |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
return | object[] |
public GetGetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public GetIndexParameters ( ) : System.Reflection.ParameterInfo[] | ||
return | System.Reflection.ParameterInfo[] |
public GetSetMethod ( bool nonPublic ) : |
||
nonPublic | bool | |
return |
public GetValue ( object obj, BindingFlags invokeAttr, |
||
obj | object | |
invokeAttr | BindingFlags | |
binder | ||
index | object | |
culture | ||
return | object |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
return | bool |
public SetValue ( object obj, object value, BindingFlags invokeAttr, |
||
obj | object | |
value | object | |
invokeAttr | BindingFlags | |
binder | ||
index | object | |
culture | ||
return | void |