Skip to content

XMediator::Api::InstanceInformation

A group of properties that describes a waterfall instance.

Public Functions

Name
InstanceInformation(string id, string name, string classname, decimal ecpm)
override bool Equals(object obj)
override int GetHashCode()
override string ToString()

Protected Functions

Name
bool Equals(InstanceInformation other)

Public Properties

Name
string Id
Identifier of this waterfall instance.
string Name
Name of the network being used.
string Classname
Classname of the underlying adapter.
decimal Ecpm
Ecpm value for this instance.

Public Functions Documentation

function InstanceInformation

InstanceInformation(
    string id,
    string name,
    string classname,
    decimal ecpm
)

function Equals

override bool Equals(
    object obj
)

function GetHashCode

override int GetHashCode()

function ToString

override string ToString()

Protected Functions Documentation

function Equals

bool Equals(
    InstanceInformation other
)

Public Property Documentation

property Id

string Id;

Identifier of this waterfall instance.

property Name

string Name;

Name of the network being used.

property Classname

string Classname;

Classname of the underlying adapter.

property Ecpm

decimal Ecpm;

Ecpm value for this instance.


Updated on 2024-11-07 at 18:31:49 +0000