The IUniqueComponent type exposes the following members.

Methods

  NameDescription
Public methodAddChild
Adds a child object to the current object.
(Inherited from ICalendarObject.)
Public methodCopy<(Of <<'(T>)>>)
Returns a copy of the current object, including all relevent fields/properties, resulting in a semantically equivalent copy of the object. (which consequently passes an object.Equals(obj1, obj2) test).
(Inherited from ICopyable.)
Public methodCopyFrom
Copies all relevant fields/properties from the target object to the current one.
(Inherited from ICopyable.)
Public methodGetService(String) (Inherited from IServiceProvider.)
Public methodGetService(Type)
Gets the service object of the specified type.
(Inherited from IServiceProvider.)
Public methodGetService<(Of <<'(T>)>>)()()()() (Inherited from IServiceProvider.)
Public methodGetService<(Of <<'(T>)>>)(String) (Inherited from IServiceProvider.)
Public methodOnLoaded
Fires the Loaded event.
(Inherited from ILoadable.)
Public methodRemoveChild
Removes a child object from the current object.
(Inherited from ICalendarObject.)
Public methodRemoveService(String) (Inherited from IServiceProvider.)
Public methodRemoveService(Type) (Inherited from IServiceProvider.)
Public methodSetService(Object) (Inherited from IServiceProvider.)
Public methodSetService(String, Object) (Inherited from IServiceProvider.)

Properties

  NameDescription
Public propertyAttachments
Public propertyAttendees
Public propertyCalendar
Returns the iCalendar that this object is associated with.
(Inherited from ICalendarObject.)
Public propertyCategories
Public propertyChildren
Returns a list of children of this object.
(Inherited from ICalendarObject.)
Public propertyClass
Public propertyColumn
Returns the column number where this calendar object was found during parsing.
(Inherited from ICalendarObject.)
Public propertyComments
Public propertyContacts
Public propertyCreated
Public propertyDescription
Public propertyDTStamp
Public propertyiCalendar (Inherited from ICalendarObject.)
Public propertyIsLoaded
Gets whether or not the object has been loaded.
(Inherited from ILoadable.)
Public propertyKey (Inherited from IKeyedObject<(Of <(<'T>)>)>.)
Public propertyLastModified
Public propertyLine
Returns the line number where this calendar object was found during parsing.
(Inherited from ICalendarObject.)
Public propertyName
The name of the calendar object. Every calendar object can be assigned a name.
(Inherited from ICalendarObject.)
Public propertyOrganizer
Public propertyParent
Returns the parent of this object.
(Inherited from ICalendarObject.)
Public propertyPriority
Public propertyProperties (Inherited from ICalendarPropertyListContainer.)
Public propertyRelatedComponents
Public propertyRequestStatuses
Public propertySequence
Public propertySummary
Public propertyUID
Public propertyUrl

Events

  NameDescription
Public eventChildAdded (Inherited from ICalendarObject.)
Public eventChildRemoved (Inherited from ICalendarObject.)
Public eventLoaded
An event that fires when the object has been loaded.
(Inherited from ILoadable.)
Public eventUIDChanged
Fires when the UID of the component has changed.

See Also