C# Class _20.Events.DeleteEvent

Inheritance: Event
Show file Open project: jdharms/20-20 Class Usage Examples

Public Methods

Method Description
DeleteEvent ( Alpaca pac, Event eventToDelete ) : System
deserialize ( string json ) : bool
resolve ( ) : void
serialize ( ) : string
unresolve ( ) : void

Method Details

DeleteEvent() public method

public DeleteEvent ( Alpaca pac, Event eventToDelete ) : System
pac Alpaca
eventToDelete Event
return System

deserialize() public method

public deserialize ( string json ) : bool
json string
return bool

resolve() public method

public resolve ( ) : void
return void

serialize() public method

public serialize ( ) : string
return string

unresolve() public method

public unresolve ( ) : void
return void