C# 클래스 Habanero.Smooth.Test.DummyPropertyInfo

This class is used by Reflection you cannot construct an instance of Property Info directly. This class only implementes the .Name and .Type interface of the PropertyInfo. This class is copied as is from FluentNHibernate.
상속: System.Reflection.PropertyInfo
파일 보기 프로젝트 열기: Chillisoft/habanero.smooth

공개 메소드들

메소드 설명
DummyPropertyInfo ( string name, Type type ) : System
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
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

메소드 상세

DummyPropertyInfo() 공개 메소드

public DummyPropertyInfo ( string name, Type type ) : System
name string
type System.Type
리턴 System

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[]

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