C# Class Ru.GameSchool.DataLayer.Repository.LevelMaterial

Inheritance: IListObject
Exibir arquivo Open project: davidein/Ru.GameSchool Class Usage Examples

Private Properties

Property Type Description
FixupComments void
FixupContentType void
FixupLevel void

Public Methods

Method Description
Date ( ) : System.DateTime
IsNew ( ) : bool
ItemName ( ) : string
ItemUrl ( ) : string

Private Methods

Method Description
FixupComments ( object sender, NotifyCollectionChangedEventArgs e ) : void
FixupContentType ( ContentType previousValue ) : void
FixupLevel ( Level previousValue ) : void

Method Details

Date() public method

public Date ( ) : System.DateTime
return System.DateTime

IsNew() public method

public IsNew ( ) : bool
return bool

ItemName() public method

public ItemName ( ) : string
return string

ItemUrl() public method

public ItemUrl ( ) : string
return string