Class AuditEnvironment
AuditEnvironment
Inheritance
System.Object
AuditEnvironment
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class AuditEnvironment : object
Constructors
| Improve this Doc View SourceAuditEnvironment(String, String, String)
Initializes a new instance of the AuditEnvironment class.
Declaration
public AuditEnvironment(string browser = null, string platform = null, string device = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | browser | browser. |
System.String | platform | platform. |
System.String | device | device. |
Properties
| Improve this Doc View SourceBrowser
Gets or Sets Browser.
Declaration
public string Browser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Device
Gets or Sets Device.
Declaration
public string Device { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Platform
Gets or Sets Platform.
Declaration
public string Platform { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |