Property | Type | Description | |
---|---|---|---|
Oncountry1Changed | void | ||
Oncountry1Changing | void | ||
Oncountry_idChanged | void | ||
Oncountry_idChanging | void | ||
Onlast_updateChanged | void | ||
Onlast_updateChanging | void |
Method | Description | |
---|---|---|
Createcountry ( global country_id, global country1, global last_update ) : |
Create a new country object.
|
Method | Description | |
---|---|---|
Oncountry1Changed ( ) : void | ||
Oncountry1Changing ( global value ) : void | ||
Oncountry_idChanged ( ) : void | ||
Oncountry_idChanging ( global value ) : void | ||
Onlast_updateChanged ( ) : void | ||
Onlast_updateChanging ( global value ) : void |
public static Createcountry ( global country_id, global country1, global last_update ) : |
||
country_id | global | Initial value of the country_id property. |
country1 | global | Initial value of the country1 property. |
last_update | global | Initial value of the last_update property. |
return |