C# 클래스 CodeGenerator.Utility

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

메소드 설명
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

메소드 상세

GetActorInterfaceTagName() 공개 정적인 메소드

public static GetActorInterfaceTagName ( Type type ) : string
type System.Type
리턴 string

GetActorRefClassName() 공개 정적인 메소드

public static GetActorRefClassName ( Type type ) : string
type System.Type
리턴 string

GetActorSyncInterfaceName() 공개 정적인 메소드

public static GetActorSyncInterfaceName ( Type type ) : string
type System.Type
리턴 string

GetNoReplyInterfaceName() 공개 정적인 메소드

public static GetNoReplyInterfaceName ( Type type ) : string
type System.Type
리턴 string

GetObserverAsyncInterfaceName() 공개 정적인 메소드

public static GetObserverAsyncInterfaceName ( Type type ) : string
type System.Type
리턴 string

GetObserverClassName() 공개 정적인 메소드

public static GetObserverClassName ( Type type ) : string
type System.Type
리턴 string

GetParameterAssignment() 공개 정적인 메소드

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

GetPayloadTableClassName() 공개 정적인 메소드

public static GetPayloadTableClassName ( Type type ) : string
type System.Type
리턴 string

GetReachableMemebers() 공개 정적인 메소드

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

GetSurrogateClassName() 공개 정적인 메소드

public static GetSurrogateClassName ( Type type ) : string
type System.Type
리턴 string

GetSurrogateClassName() 공개 정적인 메소드

public static GetSurrogateClassName ( string typeName ) : string
typeName string
리턴 string

IsActorInterface() 공개 정적인 메소드

public static IsActorInterface ( Type type ) : bool
type System.Type
리턴 bool

IsObserverInterface() 공개 정적인 메소드

public static IsObserverInterface ( Type type ) : bool
type System.Type
리턴 bool