Class Vocabulary
Class of Vocabulary.
Implements
Inherited Members
Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public class Vocabulary : BaseEntityInfo, IHydratable
Constructors
| Improve this Doc View SourceVocabulary()
Initializes a new instance of the Vocabulary class.
Declaration
public Vocabulary()
See Also
| Improve this Doc View SourceVocabulary(VocabularyType)
Initializes a new instance of the Vocabulary class.
Declaration
public Vocabulary(VocabularyType type)
Parameters
Type | Name | Description |
---|---|---|
VocabularyType | type |
See Also
| Improve this Doc View SourceVocabulary(String, String, VocabularyType)
Initializes a new instance of the Vocabulary class.
Declaration
public Vocabulary(string name, string description, VocabularyType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | description | |
VocabularyType | type |
See Also
| Improve this Doc View SourceVocabulary(String, String)
Initializes a new instance of the Vocabulary class.
Declaration
public Vocabulary(string name, string description)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | description |
See Also
| Improve this Doc View SourceVocabulary(String)
Initializes a new instance of the Vocabulary class.
Declaration
public Vocabulary(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
See Also
Properties
| Improve this Doc View SourceDescription
Class of Vocabulary.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
See Also
| Improve this Doc View SourceIsHeirarchical
Class of Vocabulary.
Declaration
public bool IsHeirarchical { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
See Also
| Improve this Doc View SourceIsSystem
Class of Vocabulary.
Declaration
public bool IsSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
See Also
| Improve this Doc View SourceKeyID
Class of Vocabulary.
Declaration
public virtual int KeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
See Also
| Improve this Doc View SourceName
Class of Vocabulary.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
See Also
| Improve this Doc View SourceScopeId
Class of Vocabulary.
Declaration
public int ScopeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
See Also
| Improve this Doc View SourceScopeType
Class of Vocabulary.
Declaration
public ScopeType ScopeType { get; }
Property Value
Type | Description |
---|---|
ScopeType |
See Also
| Improve this Doc View SourceScopeTypeId
Class of Vocabulary.
Declaration
public int ScopeTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
See Also
| Improve this Doc View SourceTerms
Class of Vocabulary.
Declaration
public List<Term> Terms { get; }
Property Value
Type | Description |
---|---|
List<Term> |
See Also
| Improve this Doc View SourceType
Class of Vocabulary.
Declaration
public VocabularyType Type { get; set; }
Property Value
Type | Description |
---|---|
VocabularyType |
See Also
| Improve this Doc View SourceVocabularyId
Class of Vocabulary.
Declaration
public int VocabularyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
See Also
| Improve this Doc View SourceWeight
Class of Vocabulary.
Declaration
public int Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
See Also
Methods
| Improve this Doc View SourceFill(IDataReader)
Class of Vocabulary.
Declaration
public virtual void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr |