Settings Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Base class for settings.
[Guid("2EE9F685-0369-4E50-9DD0-61CB46312782")]
public class Settings : Plugin, ISettings, IPlugin, IExtension, IExpando, IDynamicMetaObjectProvider, IEnumerable<KeyValuePair<string, object>>, IEnumerable, ICloneable
- Attributes:
- System.Runtime.InteropServices.GuidAttribute
- Implements:
- ISettings, IPlugin, IExtension, IExpando
Constructors
Settings() |
Properties
Is |
Gets or sets a value indicating whether the plugin is enabled. |
Methods
IExpando.get_Item(string) | |
IExpando.set_Item(string, object) |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |