C# 클래스 RunningObjects.Data.EntityFramework.ValidationContextExtensions

파일 보기 프로젝트 열기: edurdias/RunningObjects

공개 메소드들

메소드 설명
State ( this context ) : System.Data.EntityState
State ( this context, System.Data.EntityState state ) : void

메소드 상세

State() 공개 정적인 메소드

public static State ( this context ) : System.Data.EntityState
context this
리턴 System.Data.EntityState

State() 공개 정적인 메소드

public static State ( this context, System.Data.EntityState state ) : void
context this
state System.Data.EntityState
리턴 void