• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class Vocabulary

Class of Vocabulary.

Inheritance
System.Object
BaseEntityInfo
Vocabulary
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Entities.Content.Taxonomy
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
public Vocabulary()
| Improve this Doc View Source

Vocabulary(VocabularyType)

Initializes a new instance of the Vocabulary class.

Declaration
public Vocabulary(VocabularyType type)
Parameters
Type Name Description
VocabularyType type
| 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
Type Description
ScopeType
| 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
Type Description
VocabularyType
| 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

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)

See Also

TermController
  • View Source
Back to top by the community, for the community... #DNNCMS