BAH.BOS.WebAPI.Client.DynamicFormOperation.BatchSave.SetModel C# (CSharp) Méthode

SetModel() public méthode

设置待保存的数据对象,但无论执行多少次只会保留最后一次设置的数据对象。
public SetModel ( object model ) : BatchSave
model object 待保存的数据对象。
Résultat BatchSave
        new public virtual BatchSave SetModel(object model)
        {
            return this.SetModel<BatchSave>(model);
        }//end method