C# Class Yammer.APIWrapper.User

Mostra file Open project: kdavie/Yammer.NET-2.0 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AtMessage ( string text ) : Message
Create ( UserParameters userParams ) : void
CreateRelationship ( User user, RelationshipType type ) : void
CreateUser ( UserParameters userParams ) : void
DeclineSuggestion ( string id ) : void
Delete ( ) : void
DeleteRelationship ( RelationshipType type ) : void
DeleteRelationship ( User user, RelationshipType type ) : void
DeleteUser ( string id ) : void
DirectMessage ( string text ) : Message
Equals ( object obj ) : bool
GetAllUsers ( ) : List
GetAllUsers ( MembershipParameters membershipParams ) : List
GetAvatar ( string url ) : System.Drawing.Image
GetCurrent ( ) : User
GetRelationships ( ) : List
GetSuggestedGroups ( ) : List
GetSuggestedUsers ( ) : List
GetSuggestions ( List &users, List &groups ) : void
GetUserByEmail ( string email ) : User
GetUserById ( string id ) : User
InviteUser ( string email ) : User
Modify ( UserParameters userParams ) : void
ModifyUser ( string id, UserParameters userParams ) : void
SetAsColleague ( ) : void
SetAsSubordinate ( ) : void
SetAsSuperior ( ) : void
Subscribe ( ) : void
Subscribe ( User user ) : void
SubscribedTo ( ) : bool
Suspend ( ) : void
SuspendUser ( string id ) : void
SwitchNetwork ( string networkName ) : void
ToString ( ) : string
UnSubscribe ( ) : void
UnSubscribe ( User user ) : void

Method Details

AtMessage() public method

public AtMessage ( string text ) : Message
text string
return Message

Create() public method

public Create ( UserParameters userParams ) : void
userParams UserParameters
return void

CreateRelationship() public static method

public static CreateRelationship ( User user, RelationshipType type ) : void
user User
type RelationshipType
return void

CreateUser() public static method

public static CreateUser ( UserParameters userParams ) : void
userParams UserParameters
return void

DeclineSuggestion() public static method

public static DeclineSuggestion ( string id ) : void
id string
return void

Delete() public method

public Delete ( ) : void
return void

DeleteRelationship() public method

public DeleteRelationship ( RelationshipType type ) : void
type RelationshipType
return void

DeleteRelationship() public static method

public static DeleteRelationship ( User user, RelationshipType type ) : void
user User
type RelationshipType
return void

DeleteUser() public static method

public static DeleteUser ( string id ) : void
id string
return void

DirectMessage() public method

public DirectMessage ( string text ) : Message
text string
return Message

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetAllUsers() public static method

public static GetAllUsers ( ) : List
return List

GetAllUsers() public static method

public static GetAllUsers ( MembershipParameters membershipParams ) : List
membershipParams MembershipParameters
return List

GetAvatar() public method

public GetAvatar ( string url ) : System.Drawing.Image
url string
return System.Drawing.Image

GetCurrent() public static method

public static GetCurrent ( ) : User
return User

GetRelationships() public static method

public static GetRelationships ( ) : List
return List

GetSuggestedGroups() public static method

public static GetSuggestedGroups ( ) : List
return List

GetSuggestedUsers() public static method

public static GetSuggestedUsers ( ) : List
return List

GetSuggestions() public static method

public static GetSuggestions ( List &users, List &groups ) : void
users List
groups List
return void

GetUserByEmail() public static method

public static GetUserByEmail ( string email ) : User
email string
return User

GetUserById() public static method

public static GetUserById ( string id ) : User
id string
return User

InviteUser() public static method

public static InviteUser ( string email ) : User
email string
return User

Modify() public method

public Modify ( UserParameters userParams ) : void
userParams UserParameters
return void

ModifyUser() public static method

public static ModifyUser ( string id, UserParameters userParams ) : void
id string
userParams UserParameters
return void

SetAsColleague() public method

public SetAsColleague ( ) : void
return void

SetAsSubordinate() public method

public SetAsSubordinate ( ) : void
return void

SetAsSuperior() public method

public SetAsSuperior ( ) : void
return void

Subscribe() public method

public Subscribe ( ) : void
return void

Subscribe() public static method

public static Subscribe ( User user ) : void
user User
return void

SubscribedTo() public method

public SubscribedTo ( ) : bool
return bool

Suspend() public method

public Suspend ( ) : void
return void

SuspendUser() public static method

public static SuspendUser ( string id ) : void
id string
return void

SwitchNetwork() public static method

public static SwitchNetwork ( string networkName ) : void
networkName string
return void

ToString() public method

public ToString ( ) : string
return string

UnSubscribe() public method

public UnSubscribe ( ) : void
return void

UnSubscribe() public static method

public static UnSubscribe ( User user ) : void
user User
return void