C# Class Event.Event

Mostra file Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
Event ( System.DateTime date, string title, string location ) : System
GetEnumerator ( ) : IEnumerator
ToString ( ) : string

Private Methods

Method Description
AddEvent ( string command ) : void
DeleteEvents ( string command ) : void
ExecuteNextCommand ( ) : bool
GetDate ( string command, string commandType ) : System.DateTime
GetParameters ( string commandForExecution, string commandType, System.DateTime &dateAndTime, string &eventTitle, string &eventLocation ) : void
ListEvents ( string command ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Event() public method

public Event ( System.DateTime date, string title, string location ) : System
date System.DateTime
title string
location string
return System

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

ToString() public method

public ToString ( ) : string
return string