C# Class MvcMusicStore.Models.Artist

Mostra file Open project: hoserdude/mvcmusicstore-instrumented Class Usage Examples

Private Properties

Property Type Description
OnArtistIdChanged void
OnArtistIdChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateArtist ( global artistId ) : Artist

Create a new Artist object.

Private Methods

Method Description
OnArtistIdChanged ( ) : void
OnArtistIdChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateArtist() public static method

Create a new Artist object.
public static CreateArtist ( global artistId ) : Artist
artistId global Initial value of the ArtistId property.
return Artist