Для изменения размера нажмите или перетащите

Recurrence - класс

Represents a recurrence pattern, as used by Appointment and Task items.
Иерархия наследования

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public abstract class Recurrence : ComplexProperty

Тип Recurrence предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоEndDate
Gets or sets the date after which the recurrence ends. Setting EndDate resets NumberOfOccurrences.
Открытое свойствоHasEnd
Gets a value indicating whether the pattern has a fixed number of occurrences or an end date.
Открытое свойствоNumberOfOccurrences
Gets or sets the number of occurrences after which the recurrence ends. Setting NumberOfOccurrences resets EndDate.
Открытое свойствоStartDate
Gets or sets the date and time when the recurrence start.
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методIsSame
Checks if two recurrence objects are identical.
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методNeverEnds
Sets up this recurrence so that it never ends. Calling NeverEnds is equivalent to setting both NumberOfOccurrences and EndDate to null.
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также