GetDescriptorType() public static method

public static GetDescriptorType ( SoapDescriptorType soapDescriptorType ) : DescriptorTypeProxy
soapDescriptorType SoapDescriptorType
return DescriptorTypeProxy
Esempio n. 1
0
        public DescriptorProxy(Guid nodeId, SoapDescriptorType descriptorType, IRelationshipProxy relationship, SoapRelationship soapRelationship)
        {
            Relationship = relationship;

            NodeId = nodeId;

            DescriptorType = DescriptorTypeProxy.GetDescriptorType(descriptorType);
        }