The CalendarProperty type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CalendarProperty()()()() | ||
| CalendarProperty(String) | ||
| CalendarProperty(ICalendarProperty) | ||
| CalendarProperty(Int32, Int32) | ||
| CalendarProperty(String, Object) |
Methods
| Name | Description | |
|---|---|---|
| AddChild |
Adds an ICalendarObject-based object as a child
of the current object.
(Inherited from CalendarObject.) | |
| AddParameter(ICalendarParameter) |
Adds a parameter to the iCalendar object.
| |
| AddParameter(String, String) |
Adds a parameter to the iCalendar object.
| |
| Copy<(Of <<'(T>)>>) |
Creates a copy of the object.
(Inherited from CalendarObjectBase.) | |
| CopyFrom | (Overrides CalendarObject..::..CopyFrom(ICopyable).) | |
| Equals | (Inherited from CalendarObject.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode | (Inherited from CalendarObject.) | |
| GetService(String) | (Inherited from CalendarObject.) | |
| GetService(Type) | (Inherited from CalendarObject.) | |
| GetService<(Of <<'(T>)>>)()()()() | (Inherited from CalendarObject.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnChildAdded | (Inherited from CalendarObject.) | |
| OnChildRemoved | (Inherited from CalendarObject.) | |
| OnDeserialized | (Inherited from CalendarObject.) | |
| OnDeserializing | (Overrides CalendarObject..::..OnDeserializing(StreamingContext).) | |
| OnLoaded | (Inherited from CalendarObjectBase.) | |
| OnValueChanged | ||
| RemoveChild |
Removed an ICalendarObject-based object from the Children
collection.
(Inherited from CalendarObject.) | |
| RemoveService(String) | (Inherited from CalendarObject.) | |
| RemoveService(Type) | (Inherited from CalendarObject.) | |
| SetService(Object) | (Inherited from CalendarObject.) | |
| SetService(String, Object) | (Inherited from CalendarObject.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Calendar |
Returns the iCalendar that this ICalendarObject
belongs to.
(Inherited from CalendarObject.) | |
| Children |
A collection of ICalendarObjects that are children
of the current object.
(Inherited from CalendarObject.) | |
| Column | (Inherited from CalendarObject.) | |
| iCalendar | (Inherited from CalendarObject.) | |
| IsLoaded | (Inherited from CalendarObjectBase.) | |
| Key | (Inherited from CalendarObject.) | |
| Line | (Inherited from CalendarObject.) | |
| Name |
Gets or sets the name of the ICalendarObject. For iCalendar components,
this is the RFC 5545 name of the component.
(Inherited from CalendarObject.)
| |
| Parameters |
Returns a list of parameters that are associated with the iCalendar object.
| |
| Parent |
Returns the parent ICalendarObject that owns this one.
(Inherited from CalendarObject.) | |
| Value |
Events
| Name | Description | |
|---|---|---|
| ChildAdded | (Inherited from CalendarObject.) | |
| ChildRemoved | (Inherited from CalendarObject.) | |
| Loaded | (Inherited from CalendarObjectBase.) | |
| ValueChanged |