C# Class Ext.Net.ChainingPropertyInfo

Inheritance: System.Reflection.PropertyInfo
Exibir arquivo Open project: pgodwin/Ext.net

Private Properties

Property Type Description
ChainingPropertyInfo System
Equals bool
GetAccessors System.Reflection.MethodInfo[]
GetCustomAttributes object[]
GetCustomAttributes object[]
GetGetMethod System.Reflection.MethodInfo
GetHashCode int
GetIndexParameters System.Reflection.ParameterInfo[]
GetSetMethod System.Reflection.MethodInfo
GetValue object
GetValue object
GetValue object
IsDefined bool
SetValue void
ToString string

Private Methods

Method Description
ChainingPropertyInfo ( PropertyInfo root ) : System
Equals ( object obj ) : bool
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetGetMethod ( bool nonPublic ) : MethodInfo
GetHashCode ( ) : int
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetSetMethod ( bool nonPublic ) : MethodInfo
GetValue ( object component ) : object
GetValue ( object obj, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : object
GetValue ( object component, object index ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
SetValue ( object obj, object value, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : void
ToString ( ) : string