C# Класс Ext.Net.ChainingPropertyInfo

Наследование: System.Reflection.PropertyInfo
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Приватные методы

Метод Описание
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