Class PersonaBarExtension
Inheritance
System.Object
PersonaBarExtension
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class PersonaBarExtension : object, IHydratable
Properties
|
Improve this Doc
View Source
Container
Declaration
public string Container { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Controller
Declaration
public string Controller { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ExtensionId
Declaration
public int ExtensionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FolderName
Declaration
public string FolderName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int MenuId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Order
Declaration
public int Order { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
|
Implements
Extension Methods