C# Class Pomona.Common.TypeSystem.VirtualPropertyInfo

Inheritance: System.Reflection.PropertyInfo
Afficher le fichier Open project: Pomona/Pomona Class Usage Examples

Private Properties

Свойство Type Description
GetUniqueKey string
VirtualPropertyInfo System

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Create() public static méthode

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
Résultat VirtualPropertyInfo

GetAccessors() public méthode

public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
Résultat System.Reflection.MethodInfo[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetCustomAttributesData() public méthode

public GetCustomAttributesData ( ) : IList
Résultat IList

GetGetMethod() public méthode

public GetGetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat System.Reflection.MethodInfo

GetIndexParameters() public méthode

public GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
Résultat System.Reflection.ParameterInfo[]

GetSetMethod() public méthode

public GetSetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat System.Reflection.MethodInfo

GetValue() public méthode

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
Résultat object

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool

SetValue() public méthode

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
Résultat void