QualifiedName Class
Inheritance Hierarchy
System..::..Object
Microsoft.Data.Tools.Model..::..QualifiedName
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class QualifiedName _
Implements IComparable(Of QualifiedName)
'Usage
Dim instance As QualifiedName
[SerializableAttribute]
public class QualifiedName : IComparable<QualifiedName>
[SerializableAttribute]
public ref class QualifiedName : IComparable<QualifiedName^>
[<SerializableAttribute>]
type QualifiedName =
class
interface IComparable<QualifiedName>
end
public class QualifiedName implements IComparable<QualifiedName>
The QualifiedName type exposes the following members.
Properties
Name | Description | |
---|---|---|
Formatter | The formatter to used when writing values of this name back out to a string | |
Label | The label of the QualifiedName | |
Name | The name of the QualifiedName | |
Values | Gets the list of all registered qualified names | |
ValueType | The type of the QualifiedName. This is used to determine how to deserialize data to objects with this name. e.g.: Assembly=FileName may need to deserialize to a Uri and get Uri-based compares, but: Class=ClassName needs to deserialize to a string. This can be done if Assembly has a Type of Uri. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares this qualified name against another (ordinal compare) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts the Qualified Name to a string (Overrides Object..::..ToString() () () ().) |
Top
Fields
Name | Description | |
---|---|---|
Array | The default (empty) name. Uses no formatter and displays the value as is. | |
Group | A group name | |
Literal | The default (empty) name. Uses no formatter and displays the value as is. | |
Nested | A nested qualified identifier |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.