Class JournalTypeInfo
Inheritance
JournalTypeInfo
Assembly: DotNetNuke.dll
Syntax
public class JournalTypeInfo : IHydratable
Constructors
JournalTypeInfo()
Declaration
Properties
AppliesToGroup
Declaration
public bool AppliesToGroup { get; set; }
Property Value
AppliesToProfile
Declaration
public bool AppliesToProfile { get; set; }
Property Value
AppliesToStream
Declaration
public bool AppliesToStream { get; set; }
Property Value
Declaration
public bool EnableComments { get; set; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
JournalType
Declaration
public string JournalType { get; set; }
Property Value
JournalTypeId
Declaration
public int JournalTypeId { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Options
Declaration
public string Options { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
SupportsNotify
Declaration
public bool SupportsNotify { get; set; }
Property Value
icon
Declaration
public string icon { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods