C# Class DDay.iCal.Attendee

Inheritance: EncodableDataType, IAttendee
Show file Open project: nachocove/DDay-iCal-Xamarin Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Attendee ( ) : System
Attendee ( Uri attendee ) : System
Attendee ( string attendeeUri ) : System
CopyFrom ( ICopyable obj ) : void
Equals ( object obj ) : bool

Method Details

Attendee() public method

public Attendee ( ) : System
return System

Attendee() public method

public Attendee ( Uri attendee ) : System
attendee System.Uri
return System

Attendee() public method

public Attendee ( string attendeeUri ) : System
attendeeUri string
return System

CopyFrom() public method

public CopyFrom ( ICopyable obj ) : void
obj ICopyable
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool