Search Results for

    Show / Hide Table of Contents

    Struct EventGroupData

    • C#
    • Visual Basic
    [Obfuscation(Exclude = true, ApplyToMembers = true)]
    [Serializable]
    public struct EventGroupData
    <Obfuscation(Exclude:=True, ApplyToMembers:=True)>
    <Serializable>
    Public Structure EventGroupData
    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: HomeSeer.PluginSdk.Events
    Assembly: PluginSdk.dll


    PLEASE NOTE: This was ported directly from the legacy HS3 API and has not been fully reviewed to ensure proper compatibility and support through this SDK. This may undergo significant change in the near future. Please use with caution.


    Fields

    View Source

    Global_Actions

    Declaration
    • C#
    • Visual Basic
    public string[] Global_Actions
    Public Global_Actions As String()
    Field Value
    Type Description
    System.String[]
    View Source

    Global_Actions_Count

    Declaration
    • C#
    • Visual Basic
    public int Global_Actions_Count
    Public Global_Actions_Count As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    Global_Conditions

    Declaration
    • C#
    • Visual Basic
    public string[] Global_Conditions
    Public Global_Conditions As String()
    Field Value
    Type Description
    System.String[]
    View Source

    Global_Conditions_Count

    Declaration
    • C#
    • Visual Basic
    public int Global_Conditions_Count
    Public Global_Conditions_Count As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    GroupID

    Declaration
    • C#
    • Visual Basic
    public int GroupID
    Public GroupID As Integer
    Field Value
    Type Description
    System.Int32
    View Source

    GroupName

    Declaration
    • C#
    • Visual Basic
    public string GroupName
    Public GroupName As String
    Field Value
    Type Description
    System.String
    • View Source
    In This Article
    Back to top HomeSeer Technologies