Class Views
Views
Inheritance
System.Object
Views
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class Views : IEquatable<Views>
Constructors
Views(ViewLinks, List<View>)
Initializes a new instance of the Views class.
Declaration
public Views(ViewLinks links = null, List<View> views = null)
Parameters
Type | Name | Description |
---|---|---|
ViewLinks | links | links. |
List<View> | views | views. |
Properties
_Views
Gets or Sets _Views
Declaration
public List<View> _Views { get; set; }
Property Value
Type | Description |
---|---|
List<View> |
Links
Gets or Sets Links
Declaration
public ViewLinks Links { get; set; }
Property Value
Type | Description |
---|---|
ViewLinks |
Methods
Equals(Views)
Returns true if Views instances are equal
Declaration
public bool Equals(Views input)
Parameters
Type | Name | Description |
---|---|---|
Views | input | Instance of Views to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System.Object | input | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |