Class DataStore
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: Appearition.ImageRecognition
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class DataStore
Constructors
View SourceDataStore()
Declaration
public DataStore()
DataStore(DataStore)
Copy Constructor
Declaration
public DataStore(DataStore cc)
Parameters
Type | Name | Description |
---|---|---|
DataStore | cc |
Fields
View SourcechannelId
Declaration
public int channelId
Field Value
Type | Description |
---|---|
System.Int32 |
channelName
Declaration
public string channelName
Field Value
Type | Description |
---|---|
System.String |
configSettings
Declaration
public List<ConfigSetting> configSettings
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ConfigSetting> |
provider
Declaration
public string provider
Field Value
Type | Description |
---|---|
System.String |