Property | Type | Description | |
---|---|---|---|
OnIllustrationIDChanged | void | ||
OnIllustrationIDChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnProductModelIDChanged | void | ||
OnProductModelIDChanging | void |
Method | Description | |
---|---|---|
CreateProductModelIllustration ( global productModelID, global illustrationID, global modifiedDate ) : |
Create a new ProductModelIllustration object.
|
Method | Description | |
---|---|---|
OnIllustrationIDChanged ( ) : void | ||
OnIllustrationIDChanging ( global value ) : void | ||
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void | ||
OnProductModelIDChanged ( ) : void | ||
OnProductModelIDChanging ( global value ) : void |
public static CreateProductModelIllustration ( global productModelID, global illustrationID, global modifiedDate ) : |
||
productModelID | global | Initial value of the ProductModelID property. |
illustrationID | global | Initial value of the IllustrationID property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |