C# 클래스 SpeakerNet.Models.Speaker

파일 보기 프로젝트 열기: dotnet-koelnbonn/SpeakerNet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( string salutation, string firstname, string lastname, string email ) : Speaker

보호된 메소드들

메소드 설명
Speaker ( ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string salutation, string firstname, string lastname, string email ) : Speaker
salutation string
firstname string
lastname string
email string
리턴 Speaker

Speaker() 보호된 메소드

protected Speaker ( ) : System
리턴 System