Show / Hide Table of Contents

Class RecurrencePatternBase

Abstract class representing a pattern for recurrence

Inheritance
Object
RecurrencePatternBase
RecurrenceDayPattern
RecurrenceWeekOfMonthPattern
RecurrenceWeekPattern
Implements
ICloneable
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public abstract class RecurrencePatternBase : ICloneable

Constructors

RecurrencePatternBase()

Declaration
protected RecurrencePatternBase()

Properties

Cycle

The number of intervals (day, week, month) between each recurrence.

Declaration
public virtual int Cycle { get; set; }
Property Value
Type Description
Int32

Methods

Clone()

Declaration
public abstract object Clone()
Returns
Type Description
Object

CopyTo(RecurrencePatternBase)

Declaration
protected virtual void CopyTo(RecurrencePatternBase destination)
Parameters
Type Name Description
RecurrencePatternBase destination

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top