Class GroupDefinition
Class representing a group definition.
Inheritance
System.Object
GroupDefinition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public class GroupDefinition
Constructors
View SourceGroupDefinition()
Initializes a new instance of the GroupDefinition class.
Declaration
public GroupDefinition()
Properties
View SourceChildren
Gets the children for the group definition.
Declaration
public List<Guid> Children { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Guid> |
Id
Gets or sets the Id for the group definition.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the name for the group definition.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentId
Gets or sets the parent Id for the group definition.
Declaration
public Guid ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |