Table of Contents

Class ParentItem

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class ParentItem
Inheritance
ParentItem
Inherited Members
Extension Methods

Constructors

ParentItem(string, Guid)

public ParentItem(string name, Guid id)

Parameters

name string
id Guid

Properties

Id

public Guid Id { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string