Table of Contents

Class ScheduleConverter

Namespace
Glitch9.IO.Networking
public class ScheduleConverter : CloudConverter<Schedule>, ICloudConverter
Inheritance
ScheduleConverter
Implements
Inherited Members
Extension Methods

Methods

ToCloudFormat(Schedule)

public override object ToCloudFormat(Schedule propertyValue)

Parameters

propertyValue Schedule

Returns

object

ToLocalFormat(string, object)

public override Schedule ToLocalFormat(string propertyName, object propertyValue)

Parameters

propertyName string
propertyValue object

Returns

Schedule