C# Class DevExpress.Mvvm.LocatorBase

Afficher le fichier Open project: DevExpress/DevExpress.Mvvm.Free

Méthodes publiques

Méthode Description
RegisterType ( string name, Type type ) : void

Méthodes protégées

Méthode Description
CreateInstance ( Type type, string typeName ) : object
CreateTypeProperties ( IDictionary properties ) : string
GetTypes ( ) : IEnumerator
ResolveType ( string name, IDictionary &properties ) : Type
ResolveTypeName ( Type type, IDictionary properties ) : string
ResolveTypeProperties ( string &name, IDictionary &properties ) : void

Method Details

CreateInstance() protected méthode

protected CreateInstance ( Type type, string typeName ) : object
type Type
typeName string
Résultat object

CreateTypeProperties() protected static méthode

protected static CreateTypeProperties ( IDictionary properties ) : string
properties IDictionary
Résultat string

GetTypes() protected méthode

protected GetTypes ( ) : IEnumerator
Résultat IEnumerator

RegisterType() public méthode

public RegisterType ( string name, Type type ) : void
name string
type Type
Résultat void

ResolveType() protected méthode

protected ResolveType ( string name, IDictionary &properties ) : Type
name string
properties IDictionary
Résultat Type

ResolveTypeName() protected méthode

protected ResolveTypeName ( Type type, IDictionary properties ) : string
type Type
properties IDictionary
Résultat string

ResolveTypeProperties() protected static méthode

protected static ResolveTypeProperties ( string &name, IDictionary &properties ) : void
name string
properties IDictionary
Résultat void