C# Class Connect.Conference.Core.Models.Attendees.AttendeeBase

Inheritance: Connect.Conference.Core.Data.AuditableEntity
Show file Open project: DNN-Connect/Conference Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AttendeeBase ( ) : System
Fill ( IDataReader dr ) : void
GetProperty ( string strPropertyName, string strFormat, System formatProvider, DotNetNuke accessingUser, DotNetNuke accessLevel, bool &propertyNotFound ) : string
ReadAttendeeBase ( AttendeeBase attendee ) : void

Method Details

AttendeeBase() public method

public AttendeeBase ( ) : System
return System

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

ReadAttendeeBase() public method

public ReadAttendeeBase ( AttendeeBase attendee ) : void
attendee AttendeeBase
return void