C# Class ExoModel.EntityFramework.ModelEntity

Inheritance: System.Data.Objects.DataClasses.EntityObject, IModelInstance
Afficher le fichier Open project: vc3/ExoModel

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ModelEntity ( ) : System

Méthodes protégées

Méthode Description
OnPropertyGet ( string property ) : void
OnPropertySet ( string property, object oldValue, object newValue ) : void

Method Details

ModelEntity() public méthode

public ModelEntity ( ) : System
Résultat System

OnPropertyGet() protected méthode

protected OnPropertyGet ( string property ) : void
property string
Résultat void

OnPropertySet() protected méthode

protected OnPropertySet ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
Résultat void