C# 클래스 DrutNET.OrganicGroup

상속: DrutNETBase
파일 보기 프로젝트 열기: bricel/DrutNet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
getOrganicGroupVocabularies ( int groupID ) : void

reads and save vocabulary from xmlRCP struct

메소드 상세

AdminOrganicGroupsArray() 공개 정적인 메소드

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
리턴 DrutNET.OrganicGroup[]

FindVocabulary() 공개 메소드

public FindVocabulary ( int vid ) : TaxonomyVocabulary
vid int
리턴 TaxonomyVocabulary

LoadVocabulary() 공개 메소드

Ovelerload that reads vocabs for the group too
public LoadVocabulary ( ) : void
리턴 void

OrganicGroup() 공개 메소드

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

SetSelectedTags() 공개 메소드

public SetSelectedTags ( CookComputing.XmlRpc.XmlRpcStruct selectedTags ) : void
selectedTags CookComputing.XmlRpc.XmlRpcStruct
리턴 void

ValidateTags() 공개 메소드

public ValidateTags ( ) : bool
리턴 bool