The base class for all record types. Application record types used in SmashTable must derive from this.
See ChatRecord of the SmashSampleApp for an example.
Inheritance Hierarchy
Microsoft.Hawaii.Smash.Client SmashRecordBase T
Namespace: Microsoft.Hawaii.Smash.Client
Assembly: Microsoft.Hawaii.Smash.Client (in Microsoft.Hawaii.Smash.Client.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Type Parameters
- T
- The derived record type. Usage: public class MyRecord: SmashRecordBase<MyRecord> { ... }.
See Also