Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • soby_ScheduleItem

Index

Constructors

constructor

  • new soby_ScheduleItem(id: string, title: string, description: string, categoryId: string, startDate: Date, endDate: Date): soby_ScheduleItem
  • Parameters

    • id: string
    • title: string
    • description: string
    • categoryId: string
    • startDate: Date
    • endDate: Date

    Returns soby_ScheduleItem

Properties

CategoryId

CategoryId: string = ""

DataItemStatus

DataItemStatus: number = SobySchedulerDataItemStatuses.None

Description

Description: string = ""

EndDate

EndDate: Date = null

Id

Id: string = ""

StartDate

StartDate: Date = null

Title

Title: string = ""

Methods

Clone

Generated using TypeDoc