Show / Hide Table of Contents

Class ScopeType

Inheritance
object
ScopeTypeMemberNameFixer
ScopeType
Implements
IHydratable
Inherited Members
ScopeTypeMemberNameFixer.ScopeType
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 ScopeType : ScopeTypeMemberNameFixer, IHydratable

Constructors

ScopeType()

Declaration
public ScopeType()

ScopeType(string)

Declaration
public ScopeType(string scopeType)
Parameters
Type Name Description
string scopeType

Properties

KeyID

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

ScopeTypeId

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

Methods

Fill(IDataReader)

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

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IHydratable

Extension Methods

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