Show / Hide Table of Contents

Class RecurrenceYearPattern

Class representing a pattern for yearly recurrence

Inheritance
object
RecurrencePatternBase
RecurrenceWeekOfMonthPattern
RecurrenceYearPattern
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.7.0.0")]
public class RecurrenceYearPattern : RecurrenceWeekOfMonthPattern, ICloneable

Constructors

RecurrenceYearPattern()

Class representing a pattern for yearly recurrence

Declaration
public RecurrenceYearPattern()

Properties

Cycle

The month of the year where the recurrence occurs. 1 is January and 12 is December.

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

Pattern

The type of yearly recurrence pattern

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

Methods

Clone()

Class representing a pattern for yearly 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