Class ModuleDataStorage
Represents module data storage.
Inheritance
System.Object
ModuleDataStorage
Namespace: Mediachase.BusinessFoundation.Data.Modules
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class ModuleDataStorage : Object
Constructors
ModuleDataStorage()
Initializes a new instance of the ModuleDataStorage class.
Declaration
public ModuleDataStorage()
ModuleDataStorage(String)
Initializes a new instance of the ModuleDataStorage class.
Declaration
public ModuleDataStorage(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
Properties
Attributes
Gets or sets the attributes.
Declaration
public AttributeCollection Attributes { get; set; }
Property Value
Type | Description |
---|---|
AttributeCollection | The attributes. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |