C# Class Connect.Conference.Core.Models.Conferences.ConferenceBase

Inheritance: Connect.Conference.Core.Data.AuditableEntity
Afficher le fichier Open project: DNN-Connect/Conference Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ConferenceBase ( ) : System
Fill ( IDataReader dr ) : void
GetProperty ( string strPropertyName, string strFormat, System formatProvider, DotNetNuke accessingUser, DotNetNuke accessLevel, bool &propertyNotFound ) : string
ReadConferenceBase ( ConferenceBase conference ) : void

Method Details

ConferenceBase() public méthode

public ConferenceBase ( ) : System
Résultat System

Fill() public méthode

public Fill ( IDataReader dr ) : void
dr IDataReader
Résultat void

GetProperty() public méthode

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
Résultat string

ReadConferenceBase() public méthode

public ReadConferenceBase ( ConferenceBase conference ) : void
conference ConferenceBase
Résultat void