Class MarkdownViewProperties
MarkdownViewProperties
Implements
IEquatable<MarkdownViewProperties >
Inherited Members
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class MarkdownViewProperties : ViewProperties, IEquatable<MarkdownViewProperties>
Constructors
MarkdownViewProperties()
Initializes a new instance of the Markdown
Declaration
protected MarkdownViewProperties()
MarkdownViewProperties(MarkdownViewProperties.TypeEnum, MarkdownViewProperties.ShapeEnum, String)
Initializes a new instance of the Markdown
Declaration
public MarkdownViewProperties(MarkdownViewProperties.TypeEnum type = default(MarkdownViewProperties.TypeEnum), MarkdownViewProperties.ShapeEnum shape = default(MarkdownViewProperties.ShapeEnum), string note = null)
Parameters
Type | Name | Description |
---|---|---|
Markdown |
type | type (required) (default to TypeEnum.Markdown). |
Markdown |
shape | shape (required) (default to ShapeEnum.ChronografV2). |
System. |
note | note (required). |
Properties
Note
Gets or Sets Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System. |
Shape
Gets or Sets Shape
Declaration
public MarkdownViewProperties.ShapeEnum Shape { get; set; }
Property Value
Type | Description |
---|---|
Markdown |
Type
Gets or Sets Type
Declaration
public MarkdownViewProperties.TypeEnum Type { get; set; }
Property Value
Type | Description |
---|---|
Markdown |
Methods
Equals(MarkdownViewProperties)
Returns true if MarkdownViewProperties instances are equal
Declaration
public bool Equals(MarkdownViewProperties input)
Parameters
Type | Name | Description |
---|---|---|
Markdown |
input | Instance of MarkdownViewProperties to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public override string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
Overrides
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |
Overrides
Implements
IEquatable<>