| Package | vegas.net |
| Class | public dynamic class NetServerInfo |
| Inheritance | NetServerInfo Object |
| Implements | Serializable |
| Property | Defined By | ||
|---|---|---|---|
| application : *
This object exist if the server return an application error object. | NetServerInfo | ||
| code : String
The code of this information object. | NetServerInfo | ||
| description : String
The description of this information object. | NetServerInfo | ||
| level : String
The level of this information object. | NetServerInfo | ||
| Method | Defined By | ||
|---|---|---|---|
NetServerInfo(info:* = null)
Creates a new NetServerInfo object. | NetServerInfo | ||
toObject():Object
Returns an object representation of this instance. | NetServerInfo | ||
toSource(indent:int = 0):String
Returns a Eden represensation of the object. | NetServerInfo | ||
toString():String
Returns the String representation of this object. | NetServerInfo | ||
| application | property |
public var application:*
This object exist if the server return an application error object.
This property exist with FMS when the SSAS application.rejectConnection() method is invoked.
| code | property |
public var code:StringThe code of this information object.
| description | property |
public var description:StringThe description of this information object.
| level | property |
public var level:StringThe level of this information object.
| NetServerInfo | () | Constructor |
public function NetServerInfo(info:* = null)Creates a new NetServerInfo object.
Parametersinfo:* (default = null) — a primitive object with the properties 'code', 'level', 'description' and 'application'.
|
| toObject | () | method |
public function toObject():ObjectReturns an object representation of this instance.
ReturnsObject — an object representation of this instance.
|
| toSource | () | method |
public function toSource(indent:int = 0):StringReturns a Eden represensation of the object.
Parameters
indent:int (default = 0) |
String — a string representing the source code of the object.
|
| toString | () | method |
public function toString():StringReturns the String representation of this object.
ReturnsString — the String representation of this object.
|