Table of Contents

Class ChildItem

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

Constructors

ChildItem(string, string, Guid, Guid)

public ChildItem(string name, string parentName, Guid id, Guid parentId)

Parameters

name string
parentName string
id Guid
parentId Guid

Properties

Id

public Guid Id { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

ParentId

public Guid ParentId { get; set; }

Property Value

Guid

ParentName

public string ParentName { get; set; }

Property Value

string