Show / Hide Table of Contents

Class Vocabulary

Inheritance
object
BaseEntityInfo
Vocabulary
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public class Vocabulary : BaseEntityInfo, IHydratable

Constructors

Vocabulary()

Declaration
public Vocabulary()

Vocabulary(VocabularyType)

Declaration
public Vocabulary(VocabularyType type)
Parameters
Type Name Description
VocabularyType type

Vocabulary(string)

Declaration
public Vocabulary(string name)
Parameters
Type Name Description
string name

Vocabulary(string, string)

Declaration
public Vocabulary(string name, string description)
Parameters
Type Name Description
string name
string description

Vocabulary(string, string, VocabularyType)

Declaration
public Vocabulary(string name, string description, VocabularyType type)
Parameters
Type Name Description
string name
string description
VocabularyType type

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

IsHeirarchical

Declaration
public bool IsHeirarchical { get; }
Property Value
Type Description
bool

IsSystem

Declaration
public bool IsSystem { get; set; }
Property Value
Type Description
bool

KeyID

Declaration
public virtual int KeyID { get; set; }
Property Value
Type Description
int

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ScopeId

Declaration
public int ScopeId { get; set; }
Property Value
Type Description
int

ScopeType

Declaration
public ScopeType ScopeType { get; }
Property Value
Type Description
ScopeType

ScopeTypeId

Declaration
public int ScopeTypeId { get; set; }
Property Value
Type Description
int

Terms

Declaration
public List<Term> Terms { get; }
Property Value
Type Description
List<Term>

Type

Declaration
public VocabularyType Type { get; set; }
Property Value
Type Description
VocabularyType

VocabularyId

Declaration
public int VocabularyId { get; set; }
Property Value
Type Description
int

Weight

Declaration
public int Weight { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public virtual void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS