November Happy Hour will be moved to Thursday December 5th.

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: 13.30.0
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.