C# 클래스 CookComputing.XmlRpc.XmlRpcServiceInfo

파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
CreateServiceInfo ( Type type ) : XmlRpcServiceInfo
GetMethod ( String methodName ) : CookComputing.XmlRpc.XmlRpcMethodInfo
GetMethodInfo ( string xmlRpcMethodName ) : MethodInfo
GetMethodName ( string XmlRpcMethodName ) : string
GetXmlRpcMethodName ( MethodInfo mi ) : string
GetXmlRpcType ( Type t ) : XmlRpcType
GetXmlRpcTypeString ( Type t ) : string
GetXmlRpcTypeString ( XmlRpcType t ) : string

비공개 메소드들

메소드 설명
ExtractMethodInfo ( Hashtable methods, MethodInfo mi ) : void
IsVisibleXmlRpcMethod ( MethodInfo mi ) : bool
XmlRpcServiceInfo ( ) : System

메소드 상세

CreateServiceInfo() 공개 정적인 메소드

public static CreateServiceInfo ( Type type ) : XmlRpcServiceInfo
type System.Type
리턴 XmlRpcServiceInfo

GetMethod() 공개 메소드

public GetMethod ( String methodName ) : CookComputing.XmlRpc.XmlRpcMethodInfo
methodName String
리턴 CookComputing.XmlRpc.XmlRpcMethodInfo

GetMethodInfo() 공개 메소드

public GetMethodInfo ( string xmlRpcMethodName ) : MethodInfo
xmlRpcMethodName string
리턴 System.Reflection.MethodInfo

GetMethodName() 공개 메소드

public GetMethodName ( string XmlRpcMethodName ) : string
XmlRpcMethodName string
리턴 string

GetXmlRpcMethodName() 공개 정적인 메소드

public static GetXmlRpcMethodName ( MethodInfo mi ) : string
mi System.Reflection.MethodInfo
리턴 string

GetXmlRpcType() 공개 정적인 메소드

public static GetXmlRpcType ( Type t ) : XmlRpcType
t System.Type
리턴 XmlRpcType

GetXmlRpcTypeString() 공개 정적인 메소드

public static GetXmlRpcTypeString ( Type t ) : string
t System.Type
리턴 string

GetXmlRpcTypeString() 공개 정적인 메소드

public static GetXmlRpcTypeString ( XmlRpcType t ) : string
t XmlRpcType
리턴 string