Property | Type | Description | |
---|---|---|---|
OnDiagramChanged | void | ||
OnDiagramChanging | void | ||
OnIllustrationIDChanged | void | ||
OnIllustrationIDChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void |
Method | Description | |
---|---|---|
CreateIllustration ( global illustrationID, global modifiedDate ) : |
Create a new Illustration object.
|
Method | Description | |
---|---|---|
OnDiagramChanged ( ) : void | ||
OnDiagramChanging ( global value ) : void | ||
OnIllustrationIDChanged ( ) : void | ||
OnIllustrationIDChanging ( global value ) : void | ||
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void |
public static CreateIllustration ( global illustrationID, global modifiedDate ) : |
||
illustrationID | global | Initial value of the IllustrationID property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |