PluginStorageKey Class

Type of key for IPluginStorage.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public sealed class PluginStorageKey : IEquatable<PluginStorageKey>, 
	IComparable, IComparable<PluginStorageKey>
Inheritance
Object    PluginStorageKey
Implements
IComparable, IComparablePluginStorageKey, IEquatablePluginStorageKey

Constructors

PluginStorageKey Constructs the instance of PluginStorageKey with the specified properties.

Properties

Key Key the value is stored for, unique in scope of the plug-in.
PublicGuid GUID of the plug-in the value is stored for.

Methods

CompareTo(Object)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
CompareTo(PluginStorageKey)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Equals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Equals(PluginStorageKey)Indicates whether the current object is equal to another object of the same type.
GetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also