| Package | com.salesforce.events |
| Class | public class SendEvent |
| Inheritance | SendEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| soapRequest : String | SendEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
SendEvent(type:String, soapRequest:String = "empty")
| SendEvent | ||
|
clone():Event
| SendEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| SEND_REQUEST : String = "sendRequest" [static]
| SendEvent | ||
| soapRequest | property |
public var soapRequest:String
| SendEvent | () | constructor |
public function SendEvent(type:String, soapRequest:String = "empty")Parameters
type:String |
|
soapRequest:String (default = "empty") |
| clone | () | method |
public override function clone():Event
Returns
Event |
| SEND_REQUEST | constant |
public static const SEND_REQUEST:String = "sendRequest"