Table of Contents

Class Indicator

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll
public sealed class Indicator
Inheritance
Indicator

Properties

False

public static Indicator False { get; }

Property Value

Indicator

Null

public static Indicator Null { get; }

Property Value

Indicator

True

public static Indicator True { get; }

Property Value

Indicator

Methods

Parse(string)

public static Indicator Parse(string val)

Parameters

val string

Returns

Indicator

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Operators

implicit operator bool(Indicator)

public static implicit operator bool(Indicator i)

Parameters

i Indicator

Returns

bool

implicit operator Indicator(bool)

public static implicit operator Indicator(bool b)

Parameters

b bool

Returns

Indicator