C# Class Testing.ProductPhoto

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

Private Properties

Property Type Description
OnLargePhotoChanged void
OnLargePhotoChanging void
OnLargePhotoFileNameChanged void
OnLargePhotoFileNameChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnProductPhotoIDChanged void
OnProductPhotoIDChanging void
OnThumbNailPhotoChanged void
OnThumbNailPhotoChanging void
OnThumbnailPhotoFileNameChanged void
OnThumbnailPhotoFileNameChanging void

Public Methods

Method Description
CreateProductPhoto ( global productPhotoID, global modifiedDate ) : ProductPhoto

Create a new ProductPhoto object.

Private Methods

Method Description
OnLargePhotoChanged ( ) : void
OnLargePhotoChanging ( global value ) : void
OnLargePhotoFileNameChanged ( ) : void
OnLargePhotoFileNameChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnProductPhotoIDChanged ( ) : void
OnProductPhotoIDChanging ( global value ) : void
OnThumbNailPhotoChanged ( ) : void
OnThumbNailPhotoChanging ( global value ) : void
OnThumbnailPhotoFileNameChanged ( ) : void
OnThumbnailPhotoFileNameChanging ( global value ) : void

Method Details

CreateProductPhoto() public static method

Create a new ProductPhoto object.
public static CreateProductPhoto ( global productPhotoID, global modifiedDate ) : ProductPhoto
productPhotoID global Initial value of the ProductPhotoID property.
modifiedDate global Initial value of the ModifiedDate property.
return ProductPhoto