C# Class CodeGenerator.Utility

ファイルを表示 Open project: SaladLab/Akka.Interfaced

Public Methods

Method 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 method

public static GetActorInterfaceTagName ( Type type ) : string
type System.Type
return string

GetActorRefClassName() public static method

public static GetActorRefClassName ( Type type ) : string
type System.Type
return string

GetActorSyncInterfaceName() public static method

public static GetActorSyncInterfaceName ( Type type ) : string
type System.Type
return string

GetNoReplyInterfaceName() public static method

public static GetNoReplyInterfaceName ( Type type ) : string
type System.Type
return string

GetObserverAsyncInterfaceName() public static method

public static GetObserverAsyncInterfaceName ( Type type ) : string
type System.Type
return string

GetObserverClassName() public static method

public static GetObserverClassName ( Type type ) : string
type System.Type
return string

GetParameterAssignment() public static method

public static GetParameterAssignment ( ParameterInfo pi ) : string
pi System.Reflection.ParameterInfo
return string

GetPayloadTableClassName() public static method

public static GetPayloadTableClassName ( Type type ) : string
type System.Type
return string

GetReachableMemebers() public static method

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

GetSurrogateClassName() public static method

public static GetSurrogateClassName ( Type type ) : string
type System.Type
return string

GetSurrogateClassName() public static method

public static GetSurrogateClassName ( string typeName ) : string
typeName string
return string

IsActorInterface() public static method

public static IsActorInterface ( Type type ) : bool
type System.Type
return bool

IsObserverInterface() public static method

public static IsObserverInterface ( Type type ) : bool
type System.Type
return bool