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
function Equals
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property Id
Identifier of this waterfall instance.
property Name
Name of the network being used.
property Classname
Classname of the underlying adapter.
property Ecpm
Ecpm value for this instance.
Updated on 2024-11-07 at 18:31:49 +0000