C# Class csWebDotNetLib.Subscription

Exibir arquivo Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
id string
target string
type string

Public Methods

Method Description
JSON ( ) : Newtonsoft.Json.Linq.JObject

Private Methods

Method Description
TriggerLayerCallback ( dynamic l ) : void

Method Details

JSON() public method

public JSON ( ) : Newtonsoft.Json.Linq.JObject
return Newtonsoft.Json.Linq.JObject

Property Details

id public_oe property

public string id
return string

target public_oe property

public string target
return string

type public_oe property

public string type
return string