C# Class Felbook.Models.File

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: janmarek/Felbook Class Usage Examples

Private Properties

Property Type Description
OnDescriptionChanged void
OnDescriptionChanging void
OnFileNameChanged void
OnFileNameChanging void
OnIdChanged void
OnIdChanging void

Public Methods

Method Description
CreateFile ( global id, global fileName, global description ) : File

Create a new File object.

Private Methods

Method Description
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( global value ) : void
OnFileNameChanged ( ) : void
OnFileNameChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void

Method Details

CreateFile() public static method

Create a new File object.
public static CreateFile ( global id, global fileName, global description ) : File
id global Initial value of the Id property.
fileName global Initial value of the FileName property.
description global Initial value of the Description property.
return File