Click or drag to resize

MeasurementKey Methods

The MeasurementKey type exposes the following members.

Methods
  Name Description
Public method Static member CreateOrUpdate(Guid, String) Constructs a new MeasurementKey given the specified parameters.
Public method Static member CreateOrUpdate(Guid, String, UInt64) Constructs a new MeasurementKey given the specified parameters.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method Static member EstablishDefaultCache Establish default MeasurementKey cache.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GetHashCode Serves as a hash function for the current MeasurementKey.
(Overrides ObjectGetHashCode)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Static member LookUpBySignalID Looks up the measurement key associated with the given signal ID.
Public method Static member LookUpBySource Looks up the measurement key associated with the given source and ID.
Public method Static member LookUpOrCreate(String) Performs a lookup by source and, failing that, attempts to create the key using a newly generated signal ID and the parsed source and ID.
Public method Static member LookUpOrCreate(Guid, String) Performs a lookup by signal ID and, failing that, attempts to create the key using the given signal ID and the parsed source, and ID.
Public method Static member LookUpOrCreate(String, UInt64) Performs a lookup by source and, failing that, attempts to create the key using a newly generated signal ID and the given source and ID.
Public method Static member LookUpOrCreate(Guid, String, UInt64) Performs a lookup by signal ID and, failing that, attempts to create the key using the given signal ID, source, and ID.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method Static member Parse Converts the string representation of a MeasurementKey into its value equivalent.
Public method SetMeasurementMetadata Updates the values of the Metadata.
Public method ToString Returns a String that represents the current MeasurementKey.
(Overrides ObjectToString)
Public method Static member TryCreateOrUpdate(Guid, String, MeasurementKey) Constructs a new MeasurementKey given the specified parameters.
Public method Static member TryCreateOrUpdate(Guid, String, UInt64, MeasurementKey) Constructs a new MeasurementKey given the specified parameters.
Public method Static member TryParse Attempts to convert the string representation of a MeasurementKey into its value equivalent.
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also