Show / Hide Table of Contents

Class JournalTypeInfo

Inheritance
object
JournalTypeInfo
Implements
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Journal
Assembly: DotNetNuke.dll
Syntax
public class JournalTypeInfo : IHydratable

Constructors

JournalTypeInfo()

Declaration
public JournalTypeInfo()

Properties

AppliesToGroup

Declaration
public bool AppliesToGroup { get; set; }
Property Value
Type Description
bool

AppliesToProfile

Declaration
public bool AppliesToProfile { get; set; }
Property Value
Type Description
bool

AppliesToStream

Declaration
public bool AppliesToStream { get; set; }
Property Value
Type Description
bool

EnableComments

Declaration
public bool EnableComments { get; set; }
Property Value
Type Description
bool

IsEnabled

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
bool

JournalType

Declaration
public string JournalType { get; set; }
Property Value
Type Description
string

JournalTypeId

Declaration
public int JournalTypeId { get; set; }
Property Value
Type Description
int

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

Options

Declaration
public string Options { get; set; }
Property Value
Type Description
string

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
int

SupportsNotify

Declaration
public bool SupportsNotify { get; set; }
Property Value
Type Description
bool

icon

Declaration
public string icon { get; set; }
Property Value
Type Description
string

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS