C# 클래스 Testing.Illustration

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: jonfazzaro/meddle 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnDiagramChanged void
OnDiagramChanging void
OnIllustrationIDChanged void
OnIllustrationIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void

공개 메소드들

메소드 설명
CreateIllustration ( global illustrationID, global modifiedDate ) : Illustration

Create a new Illustration object.

비공개 메소드들

메소드 설명
OnDiagramChanged ( ) : void
OnDiagramChanging ( global value ) : void
OnIllustrationIDChanged ( ) : void
OnIllustrationIDChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void

메소드 상세

CreateIllustration() 공개 정적인 메소드

Create a new Illustration object.
public static CreateIllustration ( global illustrationID, global modifiedDate ) : Illustration
illustrationID global Initial value of the IllustrationID property.
modifiedDate global Initial value of the ModifiedDate property.
리턴 Illustration