| Package | com.salesforce.results |
| Class | public dynamic class Field |
See also
| Property | Defined by | ||
|---|---|---|---|
| autoNumber : Boolean | Field | ||
| createable : Boolean | Field | ||
| custom : Boolean | Field | ||
| label : String | Field | ||
| length : Number | Field | ||
| name : String | Field | ||
| picklistValues : ArrayCollection | Field | ||
| referenceTo : String | Field | ||
| soapType : String | Field | ||
| type : String | Field | ||
| updateable : Boolean | Field | ||
| Method | Defined by | ||
|---|---|---|---|
|
Field(obj:ObjectProxy)
| Field | ||
| autoNumber | property |
public var autoNumber:Boolean
| createable | property |
public var createable:Boolean
| custom | property |
public var custom:Boolean
| label | property |
public var label:String
| length | property |
public var length:Number
| name | property |
public var name:String
| picklistValues | property |
public var picklistValues:ArrayCollection
| referenceTo | property |
public var referenceTo:String
| soapType | property |
public var soapType:String
| type | property |
public var type:String
| updateable | property |
public var updateable:Boolean
| Field | () | constructor |
public function Field(obj:ObjectProxy)Parameters
obj:ObjectProxy |