프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnDiagramChanged | void | ||
OnDiagramChanging | void | ||
OnIllustrationIDChanged | void | ||
OnIllustrationIDChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void |
메소드 | 설명 | |
---|---|---|
CreateIllustration ( global illustrationID, global modifiedDate ) : |
Create a new Illustration object.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 |