Class Payload
Inheritance
System.Object
Payload
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public abstract class Payload : Object, IDataObject, IPayload
Constructors
Payload()
Declaration
protected Payload()
Properties
DataObjectProvider
Declaration
public IDataObjectProvider DataObjectProvider { get; set; }
Property Value
IDataObjectProvider
|
Methods
GetData(String, Boolean)
Declaration
public abstract object GetData(string format, bool autoConvert)
Parameters
System.String
format
|
System.Boolean
autoConvert
|
Returns
System.Object
|
GetDataPresent(String, Boolean)
Declaration
public abstract bool GetDataPresent(string format, bool autoConvert)
Parameters
System.String
format
|
System.Boolean
autoConvert
|
Returns
System.Boolean
|
GetFormats()
Declaration
public abstract string[] GetFormats()
Returns
System.String[]
|
Explicit Interface Implementations
IPayload.GetData(String, Boolean)
Declaration
object IPayload.GetData(string format, bool autoConvert)
Parameters
System.String
format
|
System.Boolean
autoConvert
|
Returns
System.Object
|
Implements
IPayload.GetDataPresent(String, Boolean)
Declaration
bool IPayload.GetDataPresent(string format, bool autoConvert)
Parameters
System.String
format
|
System.Boolean
autoConvert
|
Returns
System.Boolean
|