AppointmentSchema class
- Inheritance
-
- Object
- ServiceObjectSchema
- ItemSchema
- AppointmentSchema
Constructors
- AppointmentSchema()
- Initializes a new instance of the
Properties
- first → PropertyDefinition
-
The first element.
no setterinherited
-
FirstClassProperties
→ List<
PropertyDefinition> -
Gets the list of first class properties for this service object type.
no setterinherited
-
FirstClassSummaryProperties
→ List<
PropertyDefinition> -
Gets the list of first class summary properties for this service object type.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
IndexedProperties
→ List<
IndexedPropertyDefinition> -
Gets the list of indexed properties for this service object type.
no setterinherited
- isEmpty → bool
-
Whether this collection has no elements.
no setterinherited
- isNotEmpty → bool
-
Whether this collection has at least one element.
no setterinherited
-
iterator
→ Iterator<
PropertyDefinition> -
Obtains an enumerator for the properties of the schema.
no setterinherited
- last → PropertyDefinition
-
The last element.
no setterinherited
- length → int
-
The number of elements in this Iterable.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- single → PropertyDefinition
-
Checks that this iterable has only one element, and returns that element.
no setterinherited
Methods
-
any(
bool test(PropertyDefinition element)) → bool -
Checks whether any element of this iterable satisfies
test
.inherited -
cast<
R> () → Iterable< R> -
A view of this iterable as an iterable of
R
instances.inherited -
contains(
Object? element) → bool -
Whether the collection contains an element equal to
element
.inherited -
elementAt(
int index) → PropertyDefinition -
Returns the
index
th element.inherited -
every(
bool test(PropertyDefinition element)) → bool -
Checks whether every element of this iterable satisfies
test
.inherited -
expand<
T> (Iterable< T> toElements(PropertyDefinition element)) → Iterable<T> -
Expands each element of this Iterable into zero or more elements.
inherited
-
firstWhere(
bool test(PropertyDefinition element), {PropertyDefinition orElse()?}) → PropertyDefinition -
The first element that satisfies the given predicate
test
.inherited -
fold<
T> (T initialValue, T combine(T previousValue, PropertyDefinition element)) → T -
Reduces a collection to a single value by iteratively combining each
element of the collection with an existing value
inherited
-
followedBy(
Iterable< PropertyDefinition> other) → Iterable<PropertyDefinition> -
Creates the lazy concatenation of this iterable and
other
.inherited -
forEach(
void action(PropertyDefinition element)) → void -
Invokes
action
on each element of this iterable in iteration order.inherited -
join(
[String separator = ""]) → String -
Converts each element to a String and concatenates the strings.
inherited
-
lastWhere(
bool test(PropertyDefinition element), {PropertyDefinition orElse()?}) → PropertyDefinition -
The last element that satisfies the given predicate
test
.inherited -
map<
T> (T toElement(PropertyDefinition e)) → Iterable< T> -
The current elements of this iterable modified by
toElement
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reduce(
PropertyDefinition combine(PropertyDefinition value, PropertyDefinition element)) → PropertyDefinition -
Reduces a collection to a single value by iteratively combining elements
of the collection using the provided function.
inherited
-
RegisterIndexedProperty(
IndexedPropertyDefinition indexedProperty) → void -
Registers an indexed property.
inherited
-
RegisterInternalProperty(
PropertyDefinition property) → void -
Registers an schema property.
inherited
-
RegisterProperties(
) → void -
Registers properties.
override
-
RegisterProperty(
PropertyDefinition property) → void -
Registers a schema property that will be visible to developers.
inherited
-
singleWhere(
bool test(PropertyDefinition element), {PropertyDefinition orElse()?}) → PropertyDefinition -
The single element that satisfies
test
.inherited -
skip(
int count) → Iterable< PropertyDefinition> -
Creates an Iterable that provides all but the first
count
elements.inherited -
skipWhile(
bool test(PropertyDefinition value)) → Iterable< PropertyDefinition> -
Creates an
Iterable
that skips leading elements whiletest
is satisfied.inherited -
take(
int count) → Iterable< PropertyDefinition> -
Creates a lazy iterable of the
count
first elements of this iterable.inherited -
takeWhile(
bool test(PropertyDefinition value)) → Iterable< PropertyDefinition> -
Creates a lazy iterable of the leading elements satisfying
test
.inherited -
toList(
{bool growable = true}) → List< PropertyDefinition> -
Creates a List containing the elements of this Iterable.
inherited
-
toSet(
) → Set< PropertyDefinition> -
Creates a Set containing the same elements as this iterable.
inherited
-
toString(
) → String -
Returns a string representation of (some of) the elements of
this
.inherited -
TryGetPropertyDefinition(
String xmlElementName, OutParam< PropertyDefinition> propertyDefinitionOutParam) → bool -
Tries to get property definition.
inherited
-
where(
bool test(PropertyDefinition element)) → Iterable< PropertyDefinition> -
Creates a new lazy Iterable with all elements that satisfy the
predicate
test
.inherited -
whereType<
T> () → Iterable< T> -
Creates a new lazy Iterable with all elements that have type
T
.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- AdjacentMeetingCount ↔ PropertyDefinition
-
Defines the AdjacentMeetingCount property.
getter/setter pair
- AdjacentMeetings ↔ PropertyDefinition
-
Defines the AdjacentMeetings property.
getter/setter pair
- AllowNewTimeProposal ↔ PropertyDefinition
-
Defines the AllowNewTimeProposal property.
getter/setter pair
- AppointmentReplyTime ↔ PropertyDefinition
-
Defines the AppointmentReplyTime property.
getter/setter pair
- AppointmentSequenceNumber ↔ PropertyDefinition
-
Defines the AppointmentSequenceNumber property.
getter/setter pair
- AppointmentState ↔ PropertyDefinition
-
Defines the AppointmentState property.
getter/setter pair
- AppointmentType ↔ PropertyDefinition
-
Defines the AppointmentType property.
getter/setter pair
- ConferenceType ↔ PropertyDefinition
-
Defines the ConferenceType property.
getter/setter pair
- ConflictingMeetingCount ↔ PropertyDefinition
-
Defines the ConflictingMeetingCount property.
getter/setter pair
- ConflictingMeetings ↔ PropertyDefinition
-
Defines the ConflictingMeetings property.
getter/setter pair
- DeletedOccurrences ↔ PropertyDefinition
-
Defines the DeletedOccurrences property.
getter/setter pair
- Duration ↔ PropertyDefinition
-
Defines the Duration property.
getter/setter pair
- End ↔ PropertyDefinition
-
Defines the End property.
getter/setter pair
- EndTimeZone ↔ PropertyDefinition
-
Defines the EndTimeZone property.
getter/setter pair
- EnhancedLocation ↔ PropertyDefinition
-
Enhanced Location property.
getter/setter pair
- FirstOccurrence ↔ PropertyDefinition
-
Defines the FirstOccurrence property.
getter/setter pair
- ICalDateTimeStamp ↔ PropertyDefinition
-
Defines the iCalendar DateTimeStamp property.
getter/setter pair
- ICalRecurrenceId ↔ PropertyDefinition
-
Defines the iCalendar RecurrenceId property.
getter/setter pair
- ICalUid ↔ PropertyDefinition
-
Defines the iCalendar Uid property.
getter/setter pair
- Instance ↔ AppointmentSchema
-
Instance of schema.
getter/setter pair
- IsAllDayEvent ↔ PropertyDefinition
-
Defines the IsAllDayEvent property.
getter/setter pair
- IsCancelled ↔ PropertyDefinition
-
Defines the IsCancelled property.
getter/setter pair
- IsMeeting ↔ PropertyDefinition
-
Defines the IsMeeting property.
getter/setter pair
- IsOnlineMeeting ↔ PropertyDefinition
-
Defines the IsOnlineMeeting property.
getter/setter pair
- IsRecurring ↔ PropertyDefinition
-
Defines the IsRecurring property.
getter/setter pair
- IsResponseRequested ↔ PropertyDefinition
-
Defines the IsResponseRequested property.
getter/setter pair
- JoinOnlineMeetingUrl ↔ PropertyDefinition
-
JoinOnlineMeetingUrl property.
getter/setter pair
- LastOccurrence ↔ PropertyDefinition
-
Defines the LastOccurrence property.
getter/setter pair
- LegacyFreeBusyStatus ↔ PropertyDefinition
-
Defines the LegacyFreeBusyStatus property.
getter/setter pair
- Location ↔ PropertyDefinition
-
Defines the Location property.
getter/setter pair
- MeetingRequestWasSent ↔ PropertyDefinition
-
Defines the MeetingRequestWasSent property.
getter/setter pair
- MeetingTimeZone ↔ PropertyDefinition
-
Defines the MeetingTimeZone property.
getter/setter pair
- MeetingWorkspaceUrl ↔ PropertyDefinition
-
Defines the MeetingWorkspaceUrl property.
getter/setter pair
- ModifiedOccurrences ↔ PropertyDefinition
-
Defines the ModifiedOccurrences property.
getter/setter pair
- MyResponseType ↔ PropertyDefinition
-
Defines the MyResponseType property.
getter/setter pair
- NetShowUrl ↔ PropertyDefinition
-
Defines the NetShowUrl property.
getter/setter pair
- OnlineMeetingSettings ↔ PropertyDefinition
-
OnlineMeetingSettings property.
getter/setter pair
- OptionalAttendees ↔ PropertyDefinition
-
Defines the OptionalAttendees property.
getter/setter pair
- Organizer ↔ PropertyDefinition
-
Defines the Organizer property.
getter/setter pair
- OriginalStart ↔ PropertyDefinition
-
Defines the OriginalStart property.
getter/setter pair
- Recurrence ↔ PropertyDefinition
-
Defines the Recurrence property.
getter/setter pair
- RequiredAttendees ↔ PropertyDefinition
-
Defines the RequiredAttendees property.
getter/setter pair
- Resources ↔ PropertyDefinition
-
Defines the Resources property.
getter/setter pair
- Start ↔ PropertyDefinition
-
Defines the Start property.
getter/setter pair
- StartTimeZone ↔ PropertyDefinition
-
Defines the StartTimeZone property.
getter/setter pair
- TimeZone ↔ PropertyDefinition
-
Defines the TimeZone property.
getter/setter pair
- When ↔ PropertyDefinition
-
Defines the When property.
getter/setter pair