C# Class CodeGenerator.Utility

Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

Méthode Description
GetActorInterfaceTagName ( Type type ) : string
GetActorRefClassName ( Type type ) : string
GetActorSyncInterfaceName ( Type type ) : string
GetNoReplyInterfaceName ( Type type ) : string
GetObserverAsyncInterfaceName ( Type type ) : string
GetObserverClassName ( Type type ) : string
GetParameterAssignment ( ParameterInfo pi ) : string
GetPayloadTableClassName ( Type type ) : string
GetReachableMemebers ( Type type, bool>.Func filter ) : IEnumerable
GetSurrogateClassName ( Type type ) : string
GetSurrogateClassName ( string typeName ) : string
IsActorInterface ( Type type ) : bool
IsObserverInterface ( Type type ) : bool

Method Details

GetActorInterfaceTagName() public static méthode

public static GetActorInterfaceTagName ( Type type ) : string
type System.Type
Résultat string

GetActorRefClassName() public static méthode

public static GetActorRefClassName ( Type type ) : string
type System.Type
Résultat string

GetActorSyncInterfaceName() public static méthode

public static GetActorSyncInterfaceName ( Type type ) : string
type System.Type
Résultat string

GetNoReplyInterfaceName() public static méthode

public static GetNoReplyInterfaceName ( Type type ) : string
type System.Type
Résultat string

GetObserverAsyncInterfaceName() public static méthode

public static GetObserverAsyncInterfaceName ( Type type ) : string
type System.Type
Résultat string

GetObserverClassName() public static méthode

public static GetObserverClassName ( Type type ) : string
type System.Type
Résultat string

GetParameterAssignment() public static méthode

public static GetParameterAssignment ( ParameterInfo pi ) : string
pi System.Reflection.ParameterInfo
Résultat string

GetPayloadTableClassName() public static méthode

public static GetPayloadTableClassName ( Type type ) : string
type System.Type
Résultat string

GetReachableMemebers() public static méthode

public static GetReachableMemebers ( Type type, bool>.Func filter ) : IEnumerable
type System.Type
filter bool>.Func
Résultat IEnumerable

GetSurrogateClassName() public static méthode

public static GetSurrogateClassName ( Type type ) : string
type System.Type
Résultat string

GetSurrogateClassName() public static méthode

public static GetSurrogateClassName ( string typeName ) : string
typeName string
Résultat string

IsActorInterface() public static méthode

public static IsActorInterface ( Type type ) : bool
type System.Type
Résultat bool

IsObserverInterface() public static méthode

public static IsObserverInterface ( Type type ) : bool
type System.Type
Résultat bool