Class EcopediaAttribute
Inheritance
System.Object
EcopediaAttribute
Assembly: Eco.Core.dll
Syntax
public class EcopediaAttribute : Attribute
Constructors
EcopediaAttribute(String, String, Boolean, Boolean, String)
Declaration
public EcopediaAttribute(string cat = null, string page = null, bool createAsSubPage = false, bool displayOnPage = true, string subPageName = null)
Parameters
Type |
Name |
Description |
System.String |
cat |
|
System.String |
page |
|
System.Boolean |
createAsSubPage |
|
System.Boolean |
displayOnPage |
|
System.String |
subPageName |
|
Fields
Cat
Declaration
Field Value
Type |
Description |
System.String |
|
CreateAsSubPage
Declaration
public bool CreateAsSubPage
Field Value
Type |
Description |
System.Boolean |
|
DisplayOnPage
Declaration
public bool DisplayOnPage
Field Value
Type |
Description |
System.Boolean |
|
Page
Declaration
Field Value
Type |
Description |
System.String |
|
SubPageName
Declaration
public string SubPageName
Field Value
Type |
Description |
System.String |
|
Extension Methods