ObjectIdentifier Class

Definition

[System.Serializable]
public sealed class ObjectIdentifier
[<System.Serializable>]
type ObjectIdentifier = class
Public NotInheritable Class ObjectIdentifier
Inheritance
ObjectIdentifier
Attributes

Constructors

ObjectIdentifier(IEnumerable<String>)

Creates a object identifier with a name.

ObjectIdentifier(IList<String>)

Creates a object identifier with a name.

ObjectIdentifier(IList<String>, IList<String>)

Creates a object identifier with a name that includes external parts.

ObjectIdentifier(String[])

Creates a object identifier with a name.

Properties

ExternalParts

Gets the external reference parts. Null if the identifier is not external.

HasExternalParts

Does this ObjectIdentifier have any ExternalParts

HasName

Does this ObjectIdentifier have any Parts

Parts

Gets the parts of the identifier.

Methods

ToString()

Formats and escapes name parts into a single string

Applies to