Show / Hide Table of Contents

Class RecurrenceMonthPattern

Class representing a pattern for monthly recurrence

Inheritance
object
RecurrencePatternBase
RecurrenceWeekOfMonthPattern
RecurrenceMonthPattern
Implements
ICloneable
Inherited Members
RecurrenceWeekOfMonthPattern.CopyTo(RecurrencePatternBase)
RecurrenceWeekOfMonthPattern.Day
RecurrenceWeekOfMonthPattern.Weekday
RecurrenceWeekOfMonthPattern.WeekOfMonth
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.8.0.0")]
public class RecurrenceMonthPattern : RecurrenceWeekOfMonthPattern, ICloneable

Constructors

RecurrenceMonthPattern()

Class representing a pattern for monthly recurrence

Declaration
public RecurrenceMonthPattern()

Properties

Cycle

The number of months between each repetition

Declaration
[DataMember]
public override int Cycle { get; set; }
Property Value
Type Description
int
Overrides
RecurrencePatternBase.Cycle

Pattern

The type of monthly recurrence pattern

Declaration
[DataMember]
public RecurrenceMonthlyPattern Pattern { get; set; }
Property Value
Type Description
RecurrenceMonthlyPattern

Methods

Clone()

Class representing a pattern for monthly recurrence

Declaration
public override object Clone()
Returns
Type Description
object
Overrides
RecurrencePatternBase.Clone()

Implements

ICloneable

Extension Methods

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