C# Class Gwupe.Agent.Managers.RelationshipManager

Datei anzeigen Open project: gwupe/Gwupe Class Usage Examples

Public Properties

Property Type Description
Relationships ObservableCollection

Public Methods

Method Description
AddUpdateRelationship ( String username, Relationship relationship ) : void
GetRelationship ( String username ) : Relationship
RelationshipManager ( ) : System

Private Methods

Method Description
UpdateRelationship ( String contactUsername, Relationship relationship, String tokenId, String securityKey ) : void

Method Details

AddUpdateRelationship() public method

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

GetRelationship() public method

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

RelationshipManager() public method

public RelationshipManager ( ) : System
return System

Property Details

Relationships public_oe property

public ObservableCollection Relationships
return ObservableCollection