메소드 | 설명 | |
---|---|---|
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, |
public GetAllMetadataTypes ( ) : IMetadataTypeProxy[] | ||
리턴 | IMetadataTypeProxy[] |
public GetDescriptorType ( System.Guid soapDescriptorTypeId ) : IDescriptorTypeProxy | ||
soapDescriptorTypeId | System.Guid | |
리턴 | IDescriptorTypeProxy |
public GetDescriptorType ( SoapDescriptorType soapDescriptorType ) : IDescriptorTypeProxy | ||
soapDescriptorType | SoapDescriptorType | |
리턴 | IDescriptorTypeProxy |
public GetDescriptorType ( string soapDescriptorTypeName ) : IDescriptorTypeProxy | ||
soapDescriptorTypeName | string | |
리턴 | IDescriptorTypeProxy |
public GetMetadataType ( System.Guid soapMetadataTypeId ) : IMetadataTypeProxy | ||
soapMetadataTypeId | System.Guid | |
리턴 | IMetadataTypeProxy |
public GetMetadataType ( SoapRelationshipType soapMetadataType ) : IMetadataTypeProxy | ||
soapMetadataType | SoapRelationshipType | |
리턴 | IMetadataTypeProxy |
public GetMetadataType ( string soapMetadataTypeName ) : IMetadataTypeProxy | ||
soapMetadataTypeName | string | |
리턴 | IMetadataTypeProxy |
public GetNodeType ( System.Guid soapNodeTypeId ) : INodeTypeProxy | ||
soapNodeTypeId | System.Guid | |
리턴 | INodeTypeProxy |
public GetNodeType ( SoapNodeType soapNodeType ) : INodeTypeProxy | ||
soapNodeType | SoapNodeType | |
리턴 | INodeTypeProxy |
public GetNodeType ( string soapNodeTypeName ) : INodeTypeProxy | ||
soapNodeTypeName | string | |
리턴 | INodeTypeProxy |
public GetRelationshipType ( System.Guid soapRelationshipTypeId ) : IRelationshipTypeProxy | ||
soapRelationshipTypeId | System.Guid | |
리턴 | IRelationshipTypeProxy |
public GetRelationshipType ( SoapRelationshipType soapRelationshipType ) : IRelationshipTypeProxy | ||
soapRelationshipType | SoapRelationshipType | |
리턴 | IRelationshipTypeProxy |
public GetRelationshipType ( string soapRelationshipTypeName ) : IRelationshipTypeProxy | ||
soapRelationshipTypeName | string | |
리턴 | IRelationshipTypeProxy |
public TypeManager ( INodeService nodeService ) : System | ||
nodeService | INodeService | |
리턴 | System |