C# Class ExoModel.EntityFramework.ModelEntity

Inheritance: System.Data.Objects.DataClasses.EntityObject, IModelInstance
Mostra file Open project: vc3/ExoModel

Private Properties

Property Type Description

Public Methods

Method Description
ModelEntity ( ) : System

Protected Methods

Method Description
OnPropertyGet ( string property ) : void
OnPropertySet ( string property, object oldValue, object newValue ) : void

Method Details

ModelEntity() public method

public ModelEntity ( ) : System
return System

OnPropertyGet() protected method

protected OnPropertyGet ( string property ) : void
property string
return void

OnPropertySet() protected method

protected OnPropertySet ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
return void