C# 클래스 Pomona.Common.TypeSystem.VirtualPropertyInfo

상속: System.Reflection.PropertyInfo
파일 보기 프로젝트 열기: Pomona/Pomona 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetUniqueKey string
VirtualPropertyInfo System

공개 메소드들

메소드 설명
Create ( string name, Type declaringType, Type reflectedType, Type propertyType, PropertyAttributes attributes, bool readable, bool writable ) : VirtualPropertyInfo
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetCustomAttributesData ( ) : IList
GetGetMethod ( bool nonPublic ) : MethodInfo
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetSetMethod ( bool nonPublic ) : MethodInfo
GetValue ( object obj, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
SetValue ( object obj, object value, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : void

비공개 메소드들

메소드 설명
GetUniqueKey ( Type declaringType, Type reflectedType, Type propertyType, bool readable, bool writable, string name, PropertyAttributes attributes ) : string
VirtualPropertyInfo ( string name, Type declaringType, Type reflectedType, Type propertyType, VirtualMethodInfo getMethod, VirtualMethodInfo setMethod, PropertyAttributes attributes, VirtualPropertyInfo baseDefinition ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string name, Type declaringType, Type reflectedType, Type propertyType, PropertyAttributes attributes, bool readable, bool writable ) : VirtualPropertyInfo
name string
declaringType System.Type
reflectedType System.Type
propertyType System.Type
attributes PropertyAttributes
readable bool
writable bool
리턴 VirtualPropertyInfo

GetAccessors() 공개 메소드

public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
리턴 System.Reflection.MethodInfo[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetCustomAttributesData() 공개 메소드

public GetCustomAttributesData ( ) : IList
리턴 IList

GetGetMethod() 공개 메소드

public GetGetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 System.Reflection.MethodInfo

GetIndexParameters() 공개 메소드

public GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]

GetSetMethod() 공개 메소드

public GetSetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 System.Reflection.MethodInfo

GetValue() 공개 메소드

public GetValue ( object obj, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : object
obj object
invokeAttr BindingFlags
binder System.Reflection.Binder
index object
culture System.Globalization.CultureInfo
리턴 object

IsDefined() 공개 메소드

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
리턴 bool

SetValue() 공개 메소드

public SetValue ( object obj, object value, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : void
obj object
value object
invokeAttr BindingFlags
binder System.Reflection.Binder
index object
culture System.Globalization.CultureInfo
리턴 void