Property | Type | Description | |
---|---|---|---|
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnNameChanged | void | ||
OnNameChanging | void | ||
OnShipBaseChanged | void | ||
OnShipBaseChanging | void | ||
OnShipMethodIDChanged | void | ||
OnShipMethodIDChanging | void | ||
OnShipRateChanged | void | ||
OnShipRateChanging | void | ||
OnrowguidChanged | void | ||
OnrowguidChanging | void |
Method | Description | |
---|---|---|
CreateShipMethod ( global shipMethodID, global name, global shipBase, global shipRate, global rowguid, global modifiedDate ) : |
Create a new ShipMethod object.
|
Method | Description | |
---|---|---|
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void | ||
OnNameChanged ( ) : void | ||
OnNameChanging ( global value ) : void | ||
OnShipBaseChanged ( ) : void | ||
OnShipBaseChanging ( global value ) : void | ||
OnShipMethodIDChanged ( ) : void | ||
OnShipMethodIDChanging ( global value ) : void | ||
OnShipRateChanged ( ) : void | ||
OnShipRateChanging ( global value ) : void | ||
OnrowguidChanged ( ) : void | ||
OnrowguidChanging ( global value ) : void |
public static CreateShipMethod ( global shipMethodID, global name, global shipBase, global shipRate, global rowguid, global modifiedDate ) : |
||
shipMethodID | global | Initial value of the ShipMethodID property. |
name | global | Initial value of the Name property. |
shipBase | global | Initial value of the ShipBase property. |
shipRate | global | Initial value of the ShipRate property. |
rowguid | global | Initial value of the rowguid property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |