Show / Hide Table of Contents

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 Source

GroupDefinition()

Initializes a new instance of the GroupDefinition class.

Declaration
public GroupDefinition()

Properties

View Source

Children

Gets the children for the group definition.

Declaration
public List<Guid> Children { get; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>
View Source

Id

Gets or sets the Id for the group definition.

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid
View Source

Name

Gets or sets the name for the group definition.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

ParentId

Gets or sets the parent Id for the group definition.

Declaration
public Guid ParentId { get; set; }
Property Value
Type Description
System.Guid
  • View Source
In This Article
Back to top Generated by DocFX