OpenSpacePlanner.Model.Session.Session C# (CSharp) Method

Session() public method

public Session ( ) : System
return System
        public Session()
        {
            #if DEBUG
              Title = "REST";
              Description = "Laber bla und immer noch so weiter"; //und immer noch so
              Owner = "Alex";
            #endif
              Attendees = new List<string>();
        }

Same methods

Session::Session ( INosSession session ) : System
Session::Session ( string title, string description, string owner ) : System
Session