C# 클래스 System.Web.Script.Services.WcfLogicalTypeInfo

상속: LogicalTypeInfo
파일 보기 프로젝트 열기: kumpera/mono

Private Properties

프로퍼티 타입 설명
GetDataContractTypeInfos string>>.IEnumerable

공개 메소드들

메소드 설명
WcfLogicalTypeInfo ( Type type, string filePath ) : System

보호된 메소드들

메소드 설명
GenerateTypeRegistrationScript ( StringBuilder proxy, List registeredNamespaces ) : void
GetLogicalMethods ( bool isPage ) : List
GetNamespaceAndServiceName ( Type type, bool isPage, string &ns, string &service ) : void

비공개 메소드들

메소드 설명
GetDataContractTypeInfos ( ) : string>>.IEnumerable

메소드 상세

GenerateTypeRegistrationScript() 보호된 메소드

protected GenerateTypeRegistrationScript ( StringBuilder proxy, List registeredNamespaces ) : void
proxy StringBuilder
registeredNamespaces List
리턴 void

GetLogicalMethods() 보호된 메소드

protected GetLogicalMethods ( bool isPage ) : List
isPage bool
리턴 List

GetNamespaceAndServiceName() 보호된 메소드

protected GetNamespaceAndServiceName ( Type type, bool isPage, string &ns, string &service ) : void
type System.Type
isPage bool
ns string
service string
리턴 void

WcfLogicalTypeInfo() 공개 메소드

public WcfLogicalTypeInfo ( Type type, string filePath ) : System
type System.Type
filePath string
리턴 System