C# Class SbtReports.Objects

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: qreal/tools

Private Properties

Свойство Type Description
OnIDChanged void
OnIDChanging void
OnNameChanged void
OnNameChanging void

Méthodes publiques

Méthode Description
CreateObjects ( global id, global name ) : Objects

Create a new Objects object.

Private Methods

Méthode Description
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateObjects() public static méthode

Create a new Objects object.
public static CreateObjects ( global id, global name ) : Objects
id global Initial value of the ID property.
name global Initial value of the Name property.
Résultat Objects