C# Class WebServer.Models.Document

Inheritance: System.Data.Objects.DataClasses.EntityObject
ファイルを表示 Open project: colin-dumitru/Proiect-AI-2012---GUI Class Usage Examples

Private Properties

Property Type Description
OnIdChanged void
OnIdChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateDocument ( global id, global name ) : Document

Create a new Document object.

Private Methods

Method Description
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateDocument() public static method

Create a new Document object.
public static CreateDocument ( global id, global name ) : Document
id global Initial value of the Id property.
name global Initial value of the Name property.
return Document