C# 클래스 SilverlightMappingToolBasic.TypeManager

파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
GetAllMetadataTypes ( ) : IMetadataTypeProxy[]
GetDescriptorType ( System.Guid soapDescriptorTypeId ) : IDescriptorTypeProxy
GetDescriptorType ( SoapDescriptorType soapDescriptorType ) : IDescriptorTypeProxy
GetDescriptorType ( string soapDescriptorTypeName ) : IDescriptorTypeProxy
GetMetadataType ( System.Guid soapMetadataTypeId ) : IMetadataTypeProxy
GetMetadataType ( SoapRelationshipType soapMetadataType ) : IMetadataTypeProxy
GetMetadataType ( string soapMetadataTypeName ) : IMetadataTypeProxy
GetNodeType ( System.Guid soapNodeTypeId ) : INodeTypeProxy
GetNodeType ( SoapNodeType soapNodeType ) : INodeTypeProxy
GetNodeType ( string soapNodeTypeName ) : INodeTypeProxy
GetRelationshipType ( System.Guid soapRelationshipTypeId ) : IRelationshipTypeProxy
GetRelationshipType ( SoapRelationshipType soapRelationshipType ) : IRelationshipTypeProxy
GetRelationshipType ( string soapRelationshipTypeName ) : IRelationshipTypeProxy
InitialiseNodeTypeManager ( ) : void
TypeManager ( INodeService nodeService ) : System

보호된 메소드들

메소드 설명
TypeManager ( ) : System

비공개 메소드들

메소드 설명
GetAllSoapTypesCompleted ( object sender, ReturnedTypesEventArgs e ) : void

메소드 상세

GetAllMetadataTypes() 공개 메소드

public GetAllMetadataTypes ( ) : IMetadataTypeProxy[]
리턴 IMetadataTypeProxy[]

GetDescriptorType() 공개 메소드

public GetDescriptorType ( System.Guid soapDescriptorTypeId ) : IDescriptorTypeProxy
soapDescriptorTypeId System.Guid
리턴 IDescriptorTypeProxy

GetDescriptorType() 공개 메소드

public GetDescriptorType ( SoapDescriptorType soapDescriptorType ) : IDescriptorTypeProxy
soapDescriptorType SoapDescriptorType
리턴 IDescriptorTypeProxy

GetDescriptorType() 공개 메소드

public GetDescriptorType ( string soapDescriptorTypeName ) : IDescriptorTypeProxy
soapDescriptorTypeName string
리턴 IDescriptorTypeProxy

GetMetadataType() 공개 메소드

public GetMetadataType ( System.Guid soapMetadataTypeId ) : IMetadataTypeProxy
soapMetadataTypeId System.Guid
리턴 IMetadataTypeProxy

GetMetadataType() 공개 메소드

public GetMetadataType ( SoapRelationshipType soapMetadataType ) : IMetadataTypeProxy
soapMetadataType SoapRelationshipType
리턴 IMetadataTypeProxy

GetMetadataType() 공개 메소드

public GetMetadataType ( string soapMetadataTypeName ) : IMetadataTypeProxy
soapMetadataTypeName string
리턴 IMetadataTypeProxy

GetNodeType() 공개 메소드

public GetNodeType ( System.Guid soapNodeTypeId ) : INodeTypeProxy
soapNodeTypeId System.Guid
리턴 INodeTypeProxy

GetNodeType() 공개 메소드

public GetNodeType ( SoapNodeType soapNodeType ) : INodeTypeProxy
soapNodeType SoapNodeType
리턴 INodeTypeProxy

GetNodeType() 공개 메소드

public GetNodeType ( string soapNodeTypeName ) : INodeTypeProxy
soapNodeTypeName string
리턴 INodeTypeProxy

GetRelationshipType() 공개 메소드

public GetRelationshipType ( System.Guid soapRelationshipTypeId ) : IRelationshipTypeProxy
soapRelationshipTypeId System.Guid
리턴 IRelationshipTypeProxy

GetRelationshipType() 공개 메소드

public GetRelationshipType ( SoapRelationshipType soapRelationshipType ) : IRelationshipTypeProxy
soapRelationshipType SoapRelationshipType
리턴 IRelationshipTypeProxy

GetRelationshipType() 공개 메소드

public GetRelationshipType ( string soapRelationshipTypeName ) : IRelationshipTypeProxy
soapRelationshipTypeName string
리턴 IRelationshipTypeProxy

InitialiseNodeTypeManager() 공개 메소드

public InitialiseNodeTypeManager ( ) : void
리턴 void

TypeManager() 보호된 메소드

protected TypeManager ( ) : System
리턴 System

TypeManager() 공개 메소드

public TypeManager ( INodeService nodeService ) : System
nodeService INodeService
리턴 System