Show / Hide Table of Contents

Class Term

Inheritance
object
BaseEntityInfo
Term
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 Term : BaseEntityInfo, IHydratable

Constructors

Term()

Declaration
public Term()

Term(int)

Declaration
public Term(int vocabularyId)
Parameters
Type Name Description
int vocabularyId

Term(string)

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

Term(string, string)

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

Term(string, string, int)

Declaration
public Term(string name, string description, int vocabularyId)
Parameters
Type Name Description
string name
string description
int vocabularyId

Properties

ChildTerms

Declaration
[ScriptIgnore]
public List<Term> ChildTerms { get; }
Property Value
Type Description
List<Term>

Description

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

IsHeirarchical

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

KeyID

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

Left

Declaration
[ScriptIgnore]
public int Left { get; }
Property Value
Type Description
int

Name

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

ParentTermId

Declaration
[ScriptIgnore]
public int? ParentTermId { get; set; }
Property Value
Type Description
int?

Right

Declaration
[ScriptIgnore]
public int Right { get; }
Property Value
Type Description
int

Synonyms

Declaration
[ScriptIgnore]
public List<string> Synonyms { get; }
Property Value
Type Description
List<string>

TermId

Declaration
[ScriptIgnore]
public int TermId { get; set; }
Property Value
Type Description
int

Vocabulary

Declaration
[ScriptIgnore]
public Vocabulary Vocabulary { get; }
Property Value
Type Description
Vocabulary

VocabularyId

Declaration
[ScriptIgnore]
public int VocabularyId { get; }
Property Value
Type Description
int

Weight

Declaration
[ScriptIgnore]
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

GetTermPath()

Declaration
public string GetTermPath()
Returns
Type Description
string

Implements

IHydratable

Extension Methods

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