Class PluginSettings
Inheritance
System.Object
PluginSettings
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: Asgard3.Core.XML
Assembly: Asgard3.Core.dll
Syntax
public class PluginSettings
Properties
| Improve this Doc View SourceItems
Declaration
public List<PluginVariables> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PluginVariables> |
Methods
| Improve this Doc View SourceAddVariable(String, String, Object)
Declaration
public bool AddVariable(string PluginName, string VariableName, object Variable)
Parameters
Type | Name | Description |
---|---|---|
System.String | PluginName | |
System.String | VariableName | |
System.Object | Variable |
Returns
Type | Description |
---|---|
System.Boolean |
FindVariable(String, String)
Declaration
public PluginVariables FindVariable(string PluginName, string VariableName)
Parameters
Type | Name | Description |
---|---|---|
System.String | PluginName | |
System.String | VariableName |
Returns
Type | Description |
---|---|
PluginVariables |