C# 클래스 Connect.Conference.Core.Models.Attendees.Attendee

파일 보기 프로젝트 열기: DNN-Connect/Conference 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Attendee ( ) : System.Runtime.Serialization
Fill ( IDataReader dr ) : void
GetAttendeeBase ( ) : AttendeeBase
GetProperty ( string strPropertyName, string strFormat, System formatProvider, DotNetNuke accessingUser, DotNetNuke accessLevel, bool &propertyNotFound ) : string

메소드 상세

Attendee() 공개 메소드

public Attendee ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

Fill() 공개 메소드

public Fill ( IDataReader dr ) : void
dr IDataReader
리턴 void

GetAttendeeBase() 공개 메소드

public GetAttendeeBase ( ) : AttendeeBase
리턴 AttendeeBase

GetProperty() 공개 메소드

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
리턴 string