C# Class Testing.Illustration

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Свойство Type Description
OnDiagramChanged void
OnDiagramChanging void
OnIllustrationIDChanged void
OnIllustrationIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void

Méthodes publiques

Méthode Description
CreateIllustration ( global illustrationID, global modifiedDate ) : Illustration

Create a new Illustration object.

Private Methods

Méthode Description
OnDiagramChanged ( ) : void
OnDiagramChanging ( global value ) : void
OnIllustrationIDChanged ( ) : void
OnIllustrationIDChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void

Method Details

CreateIllustration() public static méthode

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.
Résultat Illustration