C# Class SilverlightMappingToolBasic.DescriptorProxy

Inheritance: IDescriptorProxy
Show file Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
DescriptorProxy ( ) : System
DescriptorProxy ( System.Guid nodeId, SoapDescriptorType descriptorType, IRelationshipProxy relationship, SoapRelationship soapRelationship ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

DescriptorProxy() public method

public DescriptorProxy ( ) : System
return System

DescriptorProxy() public method

public DescriptorProxy ( System.Guid nodeId, SoapDescriptorType descriptorType, IRelationshipProxy relationship, SoapRelationship soapRelationship ) : System
nodeId System.Guid
descriptorType SoapDescriptorType
relationship IRelationshipProxy
soapRelationship SoapRelationship
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string