C# 클래스 Gwupe.Agent.Managers.RelationshipManager

파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Relationships ObservableCollection

공개 메소드들

메소드 설명
AddUpdateRelationship ( String username, Relationship relationship ) : void
GetRelationship ( String username ) : Relationship
RelationshipManager ( ) : System

비공개 메소드들

메소드 설명
UpdateRelationship ( String contactUsername, Relationship relationship, String tokenId, String securityKey ) : void

메소드 상세

AddUpdateRelationship() 공개 메소드

public AddUpdateRelationship ( String username, Relationship relationship ) : void
username String
relationship Gwupe.Agent.Components.Person.Relationship
리턴 void

GetRelationship() 공개 메소드

public GetRelationship ( String username ) : Relationship
username String
리턴 Gwupe.Agent.Components.Person.Relationship

RelationshipManager() 공개 메소드

public RelationshipManager ( ) : System
리턴 System

프로퍼티 상세

Relationships 공개적으로 프로퍼티

public ObservableCollection Relationships
리턴 ObservableCollection