C# Class KnockoutCS.Impl.DelegatedType

Inheritance: System.Type
Afficher le fichier Open project: michaellperry/KnockoutCS

Méthodes publiques

Méthode Description
DelegatedType ( Type modelType, Type viewModelType ) : System
GetConstructors ( BindingFlags bindingAttr ) : System.Reflection.ConstructorInfo[]
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetElementType ( ) : Type
GetEvent ( string name, BindingFlags bindingAttr ) : EventInfo
GetEvents ( BindingFlags bindingAttr ) : System.Reflection.EventInfo[]
GetField ( string name, BindingFlags bindingAttr ) : FieldInfo
GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
GetInterface ( string name, bool ignoreCase ) : Type
GetInterfaces ( ) : System.Type[]
GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
GetNestedType ( string name, BindingFlags bindingAttr ) : Type
GetNestedTypes ( BindingFlags bindingAttr ) : System.Type[]
GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
InvokeMember ( string name, BindingFlags invokeAttr, Binder binder, object target, object args, ParameterModifier modifiers, CultureInfo culture, string namedParameters ) : object
IsDefined ( Type attributeType, bool inherit ) : bool

Méthodes protégées

Méthode Description
DelegatePropertyInfo ( PropertyInfo rawPropertyInfo, bool isModelProperty ) : PropertyInfo
GetAttributeFlagsImpl ( ) : TypeAttributes
GetConstructorImpl ( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : ConstructorInfo
GetMethodImpl ( string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : MethodInfo
GetPropertyImpl ( string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type types, ParameterModifier modifiers ) : PropertyInfo
HasElementTypeImpl ( ) : bool
IsArrayImpl ( ) : bool
IsByRefImpl ( ) : bool
IsCOMObjectImpl ( ) : bool
IsPointerImpl ( ) : bool
IsPrimitiveImpl ( ) : bool

Method Details

DelegatePropertyInfo() protected abstract méthode

protected abstract DelegatePropertyInfo ( PropertyInfo rawPropertyInfo, bool isModelProperty ) : PropertyInfo
rawPropertyInfo System.Reflection.PropertyInfo
isModelProperty bool
Résultat System.Reflection.PropertyInfo

DelegatedType() public méthode

public DelegatedType ( Type modelType, Type viewModelType ) : System
modelType System.Type
viewModelType System.Type
Résultat System

GetAttributeFlagsImpl() protected méthode

protected GetAttributeFlagsImpl ( ) : TypeAttributes
Résultat TypeAttributes

GetConstructorImpl() protected méthode

protected GetConstructorImpl ( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : ConstructorInfo
bindingAttr BindingFlags
binder System.Reflection.Binder
callConvention CallingConventions
types System.Type
modifiers System.Reflection.ParameterModifier
Résultat System.Reflection.ConstructorInfo

GetConstructors() public méthode

public GetConstructors ( BindingFlags bindingAttr ) : System.Reflection.ConstructorInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.ConstructorInfo[]

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

GetElementType() public méthode

public GetElementType ( ) : Type
Résultat System.Type

GetEvent() public méthode

public GetEvent ( string name, BindingFlags bindingAttr ) : EventInfo
name string
bindingAttr BindingFlags
Résultat System.Reflection.EventInfo

GetEvents() public méthode

public GetEvents ( BindingFlags bindingAttr ) : System.Reflection.EventInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.EventInfo[]

GetField() public méthode

public GetField ( string name, BindingFlags bindingAttr ) : FieldInfo
name string
bindingAttr BindingFlags
Résultat System.Reflection.FieldInfo

GetFields() public méthode

public GetFields ( BindingFlags bindingAttr ) : System.Reflection.FieldInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.FieldInfo[]

GetInterface() public méthode

public GetInterface ( string name, bool ignoreCase ) : Type
name string
ignoreCase bool
Résultat System.Type

GetInterfaces() public méthode

public GetInterfaces ( ) : System.Type[]
Résultat System.Type[]

GetMembers() public méthode

public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.MemberInfo[]

GetMethodImpl() protected méthode

protected GetMethodImpl ( string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : MethodInfo
name string
bindingAttr BindingFlags
binder System.Reflection.Binder
callConvention CallingConventions
types System.Type
modifiers System.Reflection.ParameterModifier
Résultat System.Reflection.MethodInfo

GetMethods() public méthode

public GetMethods ( BindingFlags bindingAttr ) : System.Reflection.MethodInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.MethodInfo[]

GetNestedType() public méthode

public GetNestedType ( string name, BindingFlags bindingAttr ) : Type
name string
bindingAttr BindingFlags
Résultat System.Type

GetNestedTypes() public méthode

public GetNestedTypes ( BindingFlags bindingAttr ) : System.Type[]
bindingAttr BindingFlags
Résultat System.Type[]

GetProperties() public méthode

public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.PropertyInfo[]

GetPropertyImpl() protected méthode

protected GetPropertyImpl ( string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type types, ParameterModifier modifiers ) : PropertyInfo
name string
bindingAttr BindingFlags
binder System.Reflection.Binder
returnType System.Type
types System.Type
modifiers System.Reflection.ParameterModifier
Résultat System.Reflection.PropertyInfo

HasElementTypeImpl() protected méthode

protected HasElementTypeImpl ( ) : bool
Résultat bool

InvokeMember() public méthode

public InvokeMember ( string name, BindingFlags invokeAttr, Binder binder, object target, object args, ParameterModifier modifiers, CultureInfo culture, string namedParameters ) : object
name string
invokeAttr BindingFlags
binder System.Reflection.Binder
target object
args object
modifiers System.Reflection.ParameterModifier
culture System.Globalization.CultureInfo
namedParameters string
Résultat object

IsArrayImpl() protected méthode

protected IsArrayImpl ( ) : bool
Résultat bool

IsByRefImpl() protected méthode

protected IsByRefImpl ( ) : bool
Résultat bool

IsCOMObjectImpl() protected méthode

protected IsCOMObjectImpl ( ) : bool
Résultat bool

IsDefined() public méthode

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

IsPointerImpl() protected méthode

protected IsPointerImpl ( ) : bool
Résultat bool

IsPrimitiveImpl() protected méthode

protected IsPrimitiveImpl ( ) : bool
Résultat bool