C# 클래스 Breeze.Entities.AutoGeneratedKey

For entities with server-generated keys, holds the temporary client key and the real server-generated key.
파일 보기 프로젝트 열기: Breeze/breeze.server.net

공개 프로퍼티들

프로퍼티 타입 설명
AutoGeneratedKeyType AutoGeneratedKeyType
Entity Object
PropertyName String
RealValue Object
TempValue Object

공개 메소드들

메소드 설명
AutoGeneratedKey ( Object entity, dynamic autoGeneratedKey ) : Newtonsoft.Json

메소드 상세

AutoGeneratedKey() 공개 메소드

public AutoGeneratedKey ( Object entity, dynamic autoGeneratedKey ) : Newtonsoft.Json
entity Object
autoGeneratedKey dynamic
리턴 Newtonsoft.Json

프로퍼티 상세

AutoGeneratedKeyType 공개적으로 프로퍼티

public AutoGeneratedKeyType AutoGeneratedKeyType
리턴 AutoGeneratedKeyType

Entity 공개적으로 프로퍼티

public Object Entity
리턴 Object

PropertyName 공개적으로 프로퍼티

public String PropertyName
리턴 String

RealValue 공개적으로 프로퍼티

public Object RealValue
리턴 Object

TempValue 공개적으로 프로퍼티

public Object TempValue
리턴 Object