C# Class SilverlightMappingToolBasic.RelationshipProxy

Inheritance: IRelationshipProxy
Datei anzeigen Open project: chris-tomich/Glyma

Public Methods

Method Description
AddAttachment ( string attachment ) : void
AddNote ( string note ) : void
Equals ( IStorageElement secondElement ) : bool
RelationshipProxy ( ) : System
RelationshipProxy ( SoapRelationship soapRelationship ) : System
RemoveAttachment ( string attachment ) : void
RemoveNote ( string note ) : void
ToString ( ) : string

Method Details

AddAttachment() public method

public AddAttachment ( string attachment ) : void
attachment string
return void

AddNote() public method

public AddNote ( string note ) : void
note string
return void

Equals() public method

public Equals ( IStorageElement secondElement ) : bool
secondElement IStorageElement
return bool

RelationshipProxy() public method

public RelationshipProxy ( ) : System
return System

RelationshipProxy() public method

public RelationshipProxy ( SoapRelationship soapRelationship ) : System
soapRelationship SoapRelationship
return System

RemoveAttachment() public method

public RemoveAttachment ( string attachment ) : void
attachment string
return void

RemoveNote() public method

public RemoveNote ( string note ) : void
note string
return void

ToString() public method

public ToString ( ) : string
return string