C# 클래스 ServiceStack.Host.XsdMetadata

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

공개 메소드들

메소드 설명
GetBaseTypeWithTheSameName ( Type type ) : Type

Gets the name of the base most type in the heirachy tree with the same. We get an exception when trying to create a schema with multiple types of the same name like when inheriting from a DataContract with the same name.

GetOneWayOperationNames ( Format format, HashSet soapTypes ) : List
GetReplyOperationNames ( Format format, HashSet soapTypes ) : List
XsdMetadata ( ServiceMetadata metadata, bool flash = false ) : System

메소드 상세

GetBaseTypeWithTheSameName() 공개 정적인 메소드

Gets the name of the base most type in the heirachy tree with the same. We get an exception when trying to create a schema with multiple types of the same name like when inheriting from a DataContract with the same name.
public static GetBaseTypeWithTheSameName ( Type type ) : Type
type System.Type The type.
리턴 System.Type

GetOneWayOperationNames() 공개 메소드

public GetOneWayOperationNames ( Format format, HashSet soapTypes ) : List
format Format
soapTypes HashSet
리턴 List

GetReplyOperationNames() 공개 메소드

public GetReplyOperationNames ( Format format, HashSet soapTypes ) : List
format Format
soapTypes HashSet
리턴 List

XsdMetadata() 공개 메소드

public XsdMetadata ( ServiceMetadata metadata, bool flash = false ) : System
metadata ServiceMetadata
flash bool
리턴 System