C# 클래스 Breeze.Entities.SaveWorkState

Contains the entities and other data needed to conduct the save process. Each instance should only be used for a single save request.
파일 보기 프로젝트 열기: Breeze/breeze.server.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EntityErrors List
KeyMappings List

보호된 프로퍼티들

프로퍼티 타입 설명
EntityInfoGroups List

공개 메소드들

메소드 설명
SaveWorkState ( List entityInfoGroups ) : Newtonsoft.Json

Populate the EntityInfoGroups, SaveMap, and EntitiesWithAutoGeneratedKeys

ToSaveResponse ( ) : BreezeSaveResponse

Convert the SaveWorkState to a response for sending to the client.

메소드 상세

SaveWorkState() 공개 메소드

Populate the EntityInfoGroups, SaveMap, and EntitiesWithAutoGeneratedKeys
public SaveWorkState ( List entityInfoGroups ) : Newtonsoft.Json
entityInfoGroups List
리턴 Newtonsoft.Json

ToSaveResponse() 공개 메소드

Convert the SaveWorkState to a response for sending to the client.
public ToSaveResponse ( ) : BreezeSaveResponse
리턴 BreezeSaveResponse

프로퍼티 상세

EntityErrors 공개적으로 프로퍼티

Any business-rule errors generated during the save
public List EntityErrors
리턴 List

EntityInfoGroups 보호되어 있는 프로퍼티

original entities materialized from the client
protected List EntityInfoGroups
리턴 List

KeyMappings 공개적으로 프로퍼티

mappings of temporary keys to server-generated keys. Updated during the save process
public List KeyMappings
리턴 List