C# Class SpeakerNet.Models.Speaker

Show file Open project: dotnet-koelnbonn/SpeakerNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string salutation, string firstname, string lastname, string email ) : Speaker

Protected Methods

Method Description
Speaker ( ) : System

Method Details

Create() public static method

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

Speaker() protected method

protected Speaker ( ) : System
return System