Breeze.ContextProvider.TempKeyInfo.TempKeyInfo C# (CSharp) Method

TempKeyInfo() public method

public TempKeyInfo ( EntityInfo entityInfo ) : Newtonsoft.Json
entityInfo EntityInfo
return Newtonsoft.Json
    public TempKeyInfo(EntityInfo entityInfo) {
      _entityInfo = entityInfo;
    }
    public Object Entity {
TempKeyInfo