Метод | Описание | |
---|---|---|
AdminOrganicGroupsArray ( List |
return an array of Organic groups, this will return groups where the user is an admin
|
|
FindVocabulary ( int vid ) : TaxonomyVocabulary | ||
LoadVocabulary ( ) : void |
Ovelerload that reads vocabs for the group too
|
|
OrganicGroup ( int getID, string getName, bool getIsAdmin, |
Create group without reading vocab
|
|
SetSelectedTags ( CookComputing.XmlRpc.XmlRpcStruct selectedTags ) : void | ||
ValidateTags ( ) : bool |
Метод | Описание | |
---|---|---|
getOrganicGroupVocabularies ( int groupID ) : void |
reads and save vocabulary from xmlRCP struct
|
public static AdminOrganicGroupsArray ( List |
||
ogList | List |
|
Результат | DrutNET.OrganicGroup[] |
public FindVocabulary ( int vid ) : TaxonomyVocabulary | ||
vid | int | |
Результат | TaxonomyVocabulary |
public OrganicGroup ( int getID, string getName, bool getIsAdmin, |
||
getID | int | |
getName | string | |
getIsAdmin | bool | |
servicesCon | ||
Результат | System |
public SetSelectedTags ( CookComputing.XmlRpc.XmlRpcStruct selectedTags ) : void | ||
selectedTags | CookComputing.XmlRpc.XmlRpcStruct | |
Результат | void |