C# Class Yammer.APIWrapper.Group

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

Private Properties

Property Type Description

Public Methods

Method Description
CreateGroup ( string name, PrivacyFlag flag ) : Group
Equals ( object obj ) : bool
GetAllGroups ( ) : List
GetAllGroups ( MembershipParameters groupParams ) : List
GetAllMyGroups ( ) : List
GetAllMyGroups ( MembershipParameters groupParams ) : List
GetAvatar ( string url ) : System.Drawing.Image
GetGroupById ( int id ) : Group
Join ( ) : void
JoinGroup ( int id ) : void
Leave ( ) : void
LeaveGroup ( int id ) : void
Modify ( string name, PrivacyFlag flag ) : void
ModifyGroup ( int groupId, string name, PrivacyFlag flag ) : Group
ToString ( ) : string

Method Details

CreateGroup() public static method

public static CreateGroup ( string name, PrivacyFlag flag ) : Group
name string
flag PrivacyFlag
return Group

Equals() public method

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

GetAllGroups() public static method

public static GetAllGroups ( ) : List
return List

GetAllGroups() public static method

public static GetAllGroups ( MembershipParameters groupParams ) : List
groupParams MembershipParameters
return List

GetAllMyGroups() public static method

public static GetAllMyGroups ( ) : List
return List

GetAllMyGroups() public static method

public static GetAllMyGroups ( MembershipParameters groupParams ) : List
groupParams MembershipParameters
return List

GetAvatar() public static method

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

GetGroupById() public static method

public static GetGroupById ( int id ) : Group
id int
return Group

Join() public method

public Join ( ) : void
return void

JoinGroup() public static method

public static JoinGroup ( int id ) : void
id int
return void

Leave() public method

public Leave ( ) : void
return void

LeaveGroup() public static method

public static LeaveGroup ( int id ) : void
id int
return void

Modify() public method

public Modify ( string name, PrivacyFlag flag ) : void
name string
flag PrivacyFlag
return void

ModifyGroup() public static method

public static ModifyGroup ( int groupId, string name, PrivacyFlag flag ) : Group
groupId int
name string
flag PrivacyFlag
return Group

ToString() public method

public ToString ( ) : string
return string