C# Class Testing.Illustration

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Property Type Description
OnDiagramChanged void
OnDiagramChanging void
OnIllustrationIDChanged void
OnIllustrationIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void

Public Methods

Method Description
CreateIllustration ( global illustrationID, global modifiedDate ) : Illustration

Create a new Illustration object.

Private Methods

Method Description
OnDiagramChanged ( ) : void
OnDiagramChanging ( global value ) : void
OnIllustrationIDChanged ( ) : void
OnIllustrationIDChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void

Method Details

CreateIllustration() public static method

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.
return Illustration