C# Class DrutNET.OrganicGroup

Inheritance: DrutNETBase
Afficher le fichier Open project: bricel/DrutNet Class Usage Examples

Méthodes publiques

Méthode Description
AdminOrganicGroupsArray ( List ogList ) : DrutNET.OrganicGroup[]

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, Services servicesCon ) : System

Create group without reading vocab

SetSelectedTags ( CookComputing.XmlRpc.XmlRpcStruct selectedTags ) : void
ValidateTags ( ) : bool

Private Methods

Méthode Description
getOrganicGroupVocabularies ( int groupID ) : void

reads and save vocabulary from xmlRCP struct

Method Details

AdminOrganicGroupsArray() public static méthode

return an array of Organic groups, this will return groups where the user is an admin
public static AdminOrganicGroupsArray ( List ogList ) : DrutNET.OrganicGroup[]
ogList List
Résultat DrutNET.OrganicGroup[]

FindVocabulary() public méthode

public FindVocabulary ( int vid ) : TaxonomyVocabulary
vid int
Résultat TaxonomyVocabulary

LoadVocabulary() public méthode

Ovelerload that reads vocabs for the group too
public LoadVocabulary ( ) : void
Résultat void

OrganicGroup() public méthode

Create group without reading vocab
public OrganicGroup ( int getID, string getName, bool getIsAdmin, Services servicesCon ) : System
getID int
getName string
getIsAdmin bool
servicesCon Services
Résultat System

SetSelectedTags() public méthode

public SetSelectedTags ( CookComputing.XmlRpc.XmlRpcStruct selectedTags ) : void
selectedTags CookComputing.XmlRpc.XmlRpcStruct
Résultat void

ValidateTags() public méthode

public ValidateTags ( ) : bool
Résultat bool