C# Class SilverlightMappingToolBasic.RelationshipProxy

Inheritance: IRelationshipProxy
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode 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 méthode

public AddAttachment ( string attachment ) : void
attachment string
Résultat void

AddNote() public méthode

public AddNote ( string note ) : void
note string
Résultat void

Equals() public méthode

public Equals ( IStorageElement secondElement ) : bool
secondElement IStorageElement
Résultat bool

RelationshipProxy() public méthode

public RelationshipProxy ( ) : System
Résultat System

RelationshipProxy() public méthode

public RelationshipProxy ( SoapRelationship soapRelationship ) : System
soapRelationship SoapRelationship
Résultat System

RemoveAttachment() public méthode

public RemoveAttachment ( string attachment ) : void
attachment string
Résultat void

RemoveNote() public méthode

public RemoveNote ( string note ) : void
note string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string