Class ChildItem
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
Properties
Id
public Guid Id { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
ParentId
public Guid ParentId { get; set; }
Property Value
ParentName
public string ParentName { get; set; }