Share via


SeedPathElement Class

Definition

Represents the first node of the path string.

public ref class SeedPathElement : Microsoft::EnterpriseManagement::Common::PathElement
[System.Serializable]
public class SeedPathElement : Microsoft.EnterpriseManagement.Common.PathElement
type SeedPathElement = class
    inherit PathElement
Public Class SeedPathElement
Inherits PathElement
Inheritance
SeedPathElement
Attributes

Constructors

SeedPathElement(ManagementPackClass)

Initializes a new SeedPathElement object.

Properties

ChildElement

Gets the child element.

(Inherited from PathElement)
ParentElement

Gets or sets the parent element.

(Inherited from PathElement)
Seed

Gets or sets the resolved seed class.

Methods

ToString()

Returns the path string.

ToString(IDictionary<String,ManagementPack>)

Returns the path string.

ToString(ManagementPack)

Returns the path string.

TryParse(String, EnterpriseManagementGroup, SeedPathElement)

Tries to parse the string that should contain only IDs, including an ID for a target.

TryParse(String, ManagementPack, EnterpriseManagementGroup, SeedPathElement)

Tries to parse the string that could contain GUIDs or alias references.

TryParse(String, ManagementPackElementReference<ManagementPackClass>, ManagementPack, EnterpriseManagementGroup, SeedPathElement)

Tries to parse the string that could contain IDs or alias references.

TryParse(String, ManagementPackElementReference<ManagementPackClass>, ManagementPack, SeedPathElement)

Tries to parse the string that should contain only management pack aliased strings.

Applies to