public abstract class SnapTypeBasePublic MustInherit Class SnapTypeBasepublic ref class SnapTypeBase abstractSnapDB.Snap.SnapTypeBase = function();
Type.createClass(
'SnapDB.Snap.SnapTypeBase');| SnapTypeBase | Ensures that only SnapTypeBaseT inherits from this class. |
| GenericTypeGuid | The GUID uniquely defining this type. It is important to uniquely tie 1 type to 1 GUID. |
| Size | Gets the size of this class when serialized. |
| Clear | Clears the key. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| MethodCopy | Executes a copy command without modifying the current class. |
| Read(BinaryStreamBase) | Reads the provided key from the stream. |
| Read(Byte*) | Reads the key from the stream. |
| Read(Stream) | Reads the provided key from the stream. |
| SetMax | Sets the provided key to its maximum value. |
| SetMin | Sets the provided key to its minimum value. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Write(BinaryStreamBase) | Writes the provided data to the BinaryWriter. |
| Write(Byte*) | Writes the key to the stream. |
| Write(Stream) | Writes the provided key to the stream. |