Property | Type | Description | |
---|---|---|---|
OnRegionIDChanged | void | ||
OnRegionIDChanging | void | ||
OnTerritoryDescriptionChanged | void | ||
OnTerritoryDescriptionChanging | void | ||
OnTerritoryIDChanged | void | ||
OnTerritoryIDChanging | void |
Method | Description | |
---|---|---|
CreateTerritories ( global territoryID, global territoryDescription, global regionID ) : |
Create a new Territories object.
|
Method | Description | |
---|---|---|
OnRegionIDChanged ( ) : void | ||
OnRegionIDChanging ( global value ) : void | ||
OnTerritoryDescriptionChanged ( ) : void | ||
OnTerritoryDescriptionChanging ( global value ) : void | ||
OnTerritoryIDChanged ( ) : void | ||
OnTerritoryIDChanging ( global value ) : void |
public static CreateTerritories ( global territoryID, global territoryDescription, global regionID ) : |
||
territoryID | global | Initial value of the TerritoryID property. |
territoryDescription | global | Initial value of the TerritoryDescription property. |
regionID | global | Initial value of the RegionID property. |
return |