C# 클래스 SilverlightMappingToolBasic.RelationshipProxy

상속: IRelationshipProxy
파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
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

메소드 상세

AddAttachment() 공개 메소드

public AddAttachment ( string attachment ) : void
attachment string
리턴 void

AddNote() 공개 메소드

public AddNote ( string note ) : void
note string
리턴 void

Equals() 공개 메소드

public Equals ( IStorageElement secondElement ) : bool
secondElement IStorageElement
리턴 bool

RelationshipProxy() 공개 메소드

public RelationshipProxy ( ) : System
리턴 System

RelationshipProxy() 공개 메소드

public RelationshipProxy ( SoapRelationship soapRelationship ) : System
soapRelationship SoapRelationship
리턴 System

RemoveAttachment() 공개 메소드

public RemoveAttachment ( string attachment ) : void
attachment string
리턴 void

RemoveNote() 공개 메소드

public RemoveNote ( string note ) : void
note string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string