public DeltaTestImpl(Int32 intValue, string strValue, double doubleVal, byte[] bytes, TestObject1 testObject) { this.intVar = intValue; this.str = strValue; this.doubleVar = doubleVal; this.byteArr = bytes; this.testobj = testObject; }
public void SetTestObj(TestObject1 testObj) { this.testobj = testObj; deltaBits |= TEST_OBJ_MASK; hasDelta = true; }