Intersoft WebScheduler Documentation
WebSchedulerJsonSerializationArgs Constructor
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerJsonSerializationArgs Class : WebSchedulerJsonSerializationArgs Constructor






dataDictionary
dataObject
type

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dataDictionary As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal dataObject As System.Object, _
   ByVal type As WebSchedulerObjectType _
)
Visual Basic (Usage)Copy Code
Dim dataDictionary As System.Collections.Generic.Dictionary(Of String,Object)
Dim dataObject As System.Object
Dim type As WebSchedulerObjectType
 
Dim instance As New WebSchedulerJsonSerializationArgs(dataDictionary, dataObject, type)
C# 
public WebSchedulerJsonSerializationArgs( 
   System.Collections.Generic.Dictionary<string,object> dataDictionary,
   System.object dataObject,
   WebSchedulerObjectType type
)
Delphi 
public WebSchedulerJsonSerializationArgs( 
    dataDictionary: System.Collections.Generic.Dictionary;
    dataObject: System.TObject;
    type: WebSchedulerObjectType
); 
JScript 
public function WebSchedulerJsonSerializationArgs( 
   dataDictionary : System.Collections.Generic.Dictionary,
   dataObject : System.Object,
   type : WebSchedulerObjectType
);
Managed Extensions for C++ 
public: WebSchedulerJsonSerializationArgs( 
   System.Collections.Generic.Dictionary<string*,Object*>* dataDictionary,
   System.Object* dataObject,
   WebSchedulerObjectType type
)
C++/CLI 
public:
WebSchedulerJsonSerializationArgs( 
   System.Collections.Generic.Dictionary<String^,Object^>^ dataDictionary,
   System.Object^ dataObject,
   WebSchedulerObjectType type
)

Parameters

dataDictionary
dataObject
type

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.