| Package | com.lafabrick.reflex.ioc.property |
| Class | public class Property |
var myProperty:Property = new Property( "title", PropertyType.STRING );
See also
| Property | Defined by | ||
|---|---|---|---|
| name : String
name of the property
| Property | ||
| type : String
type of the property
| Property | ||
| Method | Defined by | ||
|---|---|---|---|
|
Property(name:String, type:String)
Define a property
| Property | ||
| name | property |
public var name:Stringname of the property
| type | property |
| Property | () | constructor |
public function Property(name:String, type:String)Define a property
Parametersname:String — the name of the property
|
|
type:String — the type of the property
|