C# Class RunningObjects.Data.EntityFramework.ValidationContextExtensions

Afficher le fichier Open project: edurdias/RunningObjects

Méthodes publiques

Méthode Description
State ( this context ) : System.Data.EntityState
State ( this context, System.Data.EntityState state ) : void

Method Details

State() public static méthode

public static State ( this context ) : System.Data.EntityState
context this
Résultat System.Data.EntityState

State() public static méthode

public static State ( this context, System.Data.EntityState state ) : void
context this
state System.Data.EntityState
Résultat void