Property | Type | Description | |
---|---|---|---|
OnLargePhotoChanged | void | ||
OnLargePhotoChanging | void | ||
OnLargePhotoFileNameChanged | void | ||
OnLargePhotoFileNameChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnProductPhotoIDChanged | void | ||
OnProductPhotoIDChanging | void | ||
OnThumbNailPhotoChanged | void | ||
OnThumbNailPhotoChanging | void | ||
OnThumbnailPhotoFileNameChanged | void | ||
OnThumbnailPhotoFileNameChanging | void |
Method | Description | |
---|---|---|
CreateProductPhoto ( global productPhotoID, global modifiedDate ) : |
Create a new ProductPhoto object.
|
Method | Description | |
---|---|---|
OnLargePhotoChanged ( ) : void | ||
OnLargePhotoChanging ( global value ) : void | ||
OnLargePhotoFileNameChanged ( ) : void | ||
OnLargePhotoFileNameChanging ( global value ) : void | ||
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void | ||
OnProductPhotoIDChanged ( ) : void | ||
OnProductPhotoIDChanging ( global value ) : void | ||
OnThumbNailPhotoChanged ( ) : void | ||
OnThumbNailPhotoChanging ( global value ) : void | ||
OnThumbnailPhotoFileNameChanged ( ) : void | ||
OnThumbnailPhotoFileNameChanging ( global value ) : void |
public static CreateProductPhoto ( global productPhotoID, global modifiedDate ) : |
||
productPhotoID | global | Initial value of the ProductPhotoID property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |