Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
TypeManager ( ) : System |
Method | Description | |
---|---|---|
GetAllSoapTypesCompleted ( object sender, |
public GetAllMetadataTypes ( ) : IMetadataTypeProxy[] | ||
return | IMetadataTypeProxy[] |
public GetDescriptorType ( System.Guid soapDescriptorTypeId ) : IDescriptorTypeProxy | ||
soapDescriptorTypeId | System.Guid | |
return | IDescriptorTypeProxy |
public GetDescriptorType ( SoapDescriptorType soapDescriptorType ) : IDescriptorTypeProxy | ||
soapDescriptorType | SoapDescriptorType | |
return | IDescriptorTypeProxy |
public GetDescriptorType ( string soapDescriptorTypeName ) : IDescriptorTypeProxy | ||
soapDescriptorTypeName | string | |
return | IDescriptorTypeProxy |
public GetMetadataType ( System.Guid soapMetadataTypeId ) : IMetadataTypeProxy | ||
soapMetadataTypeId | System.Guid | |
return | IMetadataTypeProxy |
public GetMetadataType ( SoapRelationshipType soapMetadataType ) : IMetadataTypeProxy | ||
soapMetadataType | SoapRelationshipType | |
return | IMetadataTypeProxy |
public GetMetadataType ( string soapMetadataTypeName ) : IMetadataTypeProxy | ||
soapMetadataTypeName | string | |
return | IMetadataTypeProxy |
public GetNodeType ( System.Guid soapNodeTypeId ) : INodeTypeProxy | ||
soapNodeTypeId | System.Guid | |
return | INodeTypeProxy |
public GetNodeType ( SoapNodeType soapNodeType ) : INodeTypeProxy | ||
soapNodeType | SoapNodeType | |
return | INodeTypeProxy |
public GetNodeType ( string soapNodeTypeName ) : INodeTypeProxy | ||
soapNodeTypeName | string | |
return | INodeTypeProxy |
public GetRelationshipType ( System.Guid soapRelationshipTypeId ) : IRelationshipTypeProxy | ||
soapRelationshipTypeId | System.Guid | |
return | IRelationshipTypeProxy |
public GetRelationshipType ( SoapRelationshipType soapRelationshipType ) : IRelationshipTypeProxy | ||
soapRelationshipType | SoapRelationshipType | |
return | IRelationshipTypeProxy |
public GetRelationshipType ( string soapRelationshipTypeName ) : IRelationshipTypeProxy | ||
soapRelationshipTypeName | string | |
return | IRelationshipTypeProxy |
public TypeManager ( INodeService nodeService ) : System | ||
nodeService | INodeService | |
return | System |