Show / Hide Table of Contents

Class NextDateInfo

Inheritance
object
NextDateInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public class NextDateInfo

Constructors

NextDateInfo()

Declaration
public NextDateInfo()

NextDateInfo(NextDateInfo)

Declaration
public NextDateInfo(NextDateInfo info)
Parameters
Type Name Description
NextDateInfo info

NextDateInfo(int, DateTime)

Declaration
public NextDateInfo(int appointmentId, DateTime date)
Parameters
Type Name Description
int appointmentId
DateTime date

Properties

AppointmentId

Declaration
public int AppointmentId { get; set; }
Property Value
Type Description
int

Date

Declaration
public DateTime Date { get; set; }
Property Value
Type Description
DateTime

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