Click or drag to resize
VariableReference Class
This API is preliminary and subject to change.
Represents a variable reference within a UriTemplate expression.
Inheritance Hierarchy
SystemObject
  TunnelVisionLabs.NetVariableReference

Namespace: TunnelVisionLabs.Net
Assembly: TunnelVisionLabs.Net.UriTemplate (in TunnelVisionLabs.Net.UriTemplate.dll) Version: 1.0.0-beta004
Syntax
public class VariableReference

The VariableReference type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string representation of the variable reference, in the format described in RFC 6570.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyComposite
Gets a value indicating whether or not this is a composite variable reference.
Public propertyName
Gets the name of the referenced template variable.
Public propertyPrefix
Gets the number of Unicode code points to include from the variable expansion in the expanded URI, if this is a prefix variable reference (i.e. the : operator was used).
Top
Version Information

.NET Framework

Supported in: 2.0

Portable Class Library

Supported in: Portable Class Library (Legacy)

URI Template Library

Supported in: 1.0
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also