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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public abstract class RecurrencePatternBase : ICloneable

Constructors

RecurrencePatternBase()

Abstract class representing a pattern for recurrence

Declaration
protected RecurrencePatternBase()

Properties

Cycle

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

Declaration
[DataMember]
public virtual int Cycle { get; set; }
Property Value
Type Description
int

Methods

Clone()

Abstract class representing a pattern for recurrence

Declaration
public abstract object Clone()
Returns
Type Description
object

CopyTo(RecurrencePatternBase)

Abstract class representing a pattern for recurrence

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

Implements

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