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