Class ScopeType
Assembly: DotNetNuke.dll
Syntax
public class ScopeType : ScopeTypeMemberNameFixer, IHydratable
Constructors
ScopeType()
Declaration
ScopeType(string)
Declaration
public ScopeType(string scopeType)
Parameters
Type |
Name |
Description |
string |
scopeType |
|
Properties
KeyID
Declaration
public int KeyID { get; set; }
Property Value
ScopeTypeId
Declaration
public int ScopeTypeId { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods