Table of Contents

Class AuditEnvironment

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

AuditEnvironment

[DataContract]
public class AuditEnvironment
Inheritance
AuditEnvironment
Inherited Members

Constructors

AuditEnvironment(string, string, string)

Initializes a new instance of the AuditEnvironment class.

public AuditEnvironment(string browser = null, string platform = null, string device = null)

Parameters

browser string

browser.

platform string

platform.

device string

device.

Properties

Browser

Gets or Sets Browser.

[DataMember(Name = "browser", EmitDefaultValue = true)]
public string Browser { get; set; }

Property Value

string

Device

Gets or Sets Device.

[DataMember(Name = "device", EmitDefaultValue = true)]
public string Device { get; set; }

Property Value

string

Platform

Gets or Sets Platform.

[DataMember(Name = "platform", EmitDefaultValue = true)]
public string Platform { get; set; }

Property Value

string

Methods

ToJson()

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object