Class Vocabulary
Inheritance
System.Object
Vocabulary
Assembly: DotNetNuke.dll
Syntax
public class Vocabulary : BaseEntityInfo, IHydratable
Constructors
|
Improve this Doc
View Source
Vocabulary()
Initializes a new instance of the Vocabulary class.
Declaration
|
Improve this Doc
View Source
Vocabulary(VocabularyType)
Initializes a new instance of the Vocabulary class.
Declaration
public Vocabulary(VocabularyType type)
Parameters
|
Improve this Doc
View Source
Vocabulary(String)
Initializes a new instance of the Vocabulary class.
Declaration
public Vocabulary(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
|
Improve this Doc
View Source
Vocabulary(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 |
|
|
Improve this Doc
View Source
Vocabulary(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 |
|
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsHeirarchical
Declaration
public bool IsHeirarchical { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
KeyID
Declaration
public virtual int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ScopeId
Declaration
public int ScopeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ScopeType
Declaration
public ScopeType ScopeType { get; }
Property Value
|
Improve this Doc
View Source
ScopeTypeId
Declaration
public int ScopeTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Terms
Declaration
public List<Term> Terms { get; }
Property Value
Type |
Description |
List<Term> |
|
|
Improve this Doc
View Source
Type
Declaration
public VocabularyType Type { get; set; }
Property Value
|
Improve this Doc
View Source
VocabularyId
Declaration
public int VocabularyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Weight
Declaration
public int Weight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Fill(IDataReader)
Declaration
public virtual void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
|
Implements
Extension Methods
See Also