Search Results for

    Show / Hide Table of Contents

    Class NewFeatureData

    • C#
    • Visual Basic
    [Obfuscation(Exclude = true, ApplyToMembers = true)]
    [Serializable]
    public class NewFeatureData
    <Obfuscation(Exclude:=True, ApplyToMembers:=True)>
    <Serializable>
    Public Class NewFeatureData
    Inheritance
    System.Object
    NewFeatureData
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: HomeSeer.PluginSdk.Devices
    Assembly: PluginSdk.dll


    A collection of information describing a new feature that needs to be created in HomeSeer.

    Created through PrepareForHs() or PrepareForHsDevice(Int32)


    Constructors

    View Source

    NewFeatureData(HsFeature)

    Declaration
    • C#
    • Visual Basic
    NewFeatureData(HsFeature feature)
    Sub New(feature As HsFeature)
    Parameters
    Type Name Description
    HsFeature feature
    View Source

    NewFeatureData(Int32, HsFeature)

    Declaration
    • C#
    • Visual Basic
    NewFeatureData(int deviceRef, HsFeature feature)
    Sub New(deviceRef As Integer, feature As HsFeature)
    Parameters
    Type Name Description
    System.Int32 deviceRef
    HsFeature feature

    Fields

    View Source

    Feature

    A collection of properties describing the feature to be created.

    Declaration
    • C#
    • Visual Basic
    public Dictionary<EProperty, object> Feature
    Public Feature As Dictionary(Of EProperty, Object)
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<EProperty, System.Object>
    • View Source
    In This Article
    Back to top HomeSeer Technologies