[Missing <summary> documentation for T:QS.CMS.Base3.ISerializableID]

C# | Visual Basic | Managed C++ |
public interface ISerializableID : ISerializable, IKnownClass, IComparable<ISerializableID>, IEquatable<ISerializableID>
Public Interface ISerializableID _ Implements ISerializable, IKnownClass, IComparable(Of ISerializableID), IEquatable(Of ISerializableID)
public interface class ISerializableID : ISerializable, IKnownClass, IComparable<ISerializableID^>, IEquatable<ISerializableID^>

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | ClassID | (Inherited from IKnownClass.) |
![]() | CompareTo(ISerializableID) | Compares the current object with another object of the same type. (Inherited from IComparable<(Of ISerializableID>).) |
![]() | DeserializeFrom(ConsumableBlock, ConsumableBlock) |
Deserializes an object.
(Inherited from ISerializable.) |
![]() | Equals(ISerializableID) | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatable<(Of ISerializableID>).) |
![]() | SerializableInfo |
This structure stores serialization-related information about the given object.
(Inherited from ISerializable.) |
![]() | SerializeTo(ConsumableBlock, IList<(Of Block>)) |
Serializes an object.
(Inherited from ISerializable.) |