SaaS CMS has officially launched! Learn more now.

Class ModuleDataStorage

Represents module data storage.

Inheritance
System.Object
ModuleDataStorage
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: Mediachase.BusinessFoundation.Data.Modules
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public class ModuleDataStorage

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.