C# Class Connect.Conference.Core.Models.Sessions.Session

Inheritance: Connect.Conference.Core.Models.Sessions.SessionBase
Show file Open project: DNN-Connect/Conference Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Fill ( IDataReader dr ) : void
GetProperty ( string strPropertyName, string strFormat, System formatProvider, DotNetNuke accessingUser, DotNetNuke accessLevel, bool &propertyNotFound ) : string
GetSessionBase ( ) : Connect.Conference.Core.Models.Sessions.SessionBase
Session ( ) : System.Runtime.Serialization

Method Details

Fill() public method

public Fill ( IDataReader dr ) : void
dr IDataReader
return void

GetProperty() public method

public GetProperty ( string strPropertyName, string strFormat, System formatProvider, DotNetNuke accessingUser, DotNetNuke accessLevel, bool &propertyNotFound ) : string
strPropertyName string
strFormat string
formatProvider System
accessingUser DotNetNuke
accessLevel DotNetNuke
propertyNotFound bool
return string

GetSessionBase() public method

public GetSessionBase ( ) : Connect.Conference.Core.Models.Sessions.SessionBase
return Connect.Conference.Core.Models.Sessions.SessionBase

Session() public method

public Session ( ) : System.Runtime.Serialization
return System.Runtime.Serialization