Class JournalTypeInfo
Inheritance
System.Object
JournalTypeInfo
Assembly: DotNetNuke.dll
Syntax
public class JournalTypeInfo : object, IHydratable
Properties
|
Improve this Doc
View Source
AppliesToGroup
Declaration
public bool AppliesToGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AppliesToProfile
Declaration
public bool AppliesToProfile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AppliesToStream
Declaration
public bool AppliesToStream { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool EnableComments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
icon
Declaration
public string icon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
JournalType
Declaration
public string JournalType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
JournalTypeId
Declaration
public int JournalTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Options
Declaration
public string Options { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SupportsNotify
Declaration
public bool SupportsNotify { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Fill(System.Data.IDataReader)
Declaration
public void Fill(System.Data.IDataReader dr)
Parameters
Type |
Name |
Description |
System.Data.IDataReader |
dr |
|
Implements
Extension Methods