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 SourceNewFeatureData(HsFeature)
Declaration
NewFeatureData(HsFeature feature)
Parameters
Type | Name | Description |
---|---|---|
HsFeature | feature |
NewFeatureData(Int32, HsFeature)
Declaration
NewFeatureData(int deviceRef, HsFeature feature)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | deviceRef | |
HsFeature | feature |
Fields
View SourceFeature
A collection of properties describing the feature to be created.
Declaration
public Dictionary<EProperty, object> Feature
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<EProperty, System.Object> |