C# Class SpeakerNet.Models.Session

Mostra file Open project: dotnet-koelnbonn/SpeakerNet

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string name, string @abstract, int level, int duration ) : Session

Protected Methods

Method Description
Session ( ) : System

Method Details

Create() public static method

public static Create ( string name, string @abstract, int level, int duration ) : Session
name string
@abstract string
level int
duration int
return Session

Session() protected method

protected Session ( ) : System
return System