SaaS CMS has officially launched! Learn more now.

Class ModuleManifest

Represents module manifest.

Inheritance
System.Object
ModuleManifest
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 ModuleManifest

Constructors

ModuleManifest()

Initializes a new instance of the ModuleManifest class.

Declaration
public ModuleManifest()

Properties

ConfiguratorType

Gets or sets the type of the module manager.

Declaration
public string ConfiguratorType { get; set; }
Property Value
Type Description
System.String

The type of the module manager.

Creator

Gets or sets the creator.

Declaration
public string Creator { get; set; }
Property Value
Type Description
System.String

The creator.

CreatorUrl

Gets or sets the creator URL.

Declaration
public string CreatorUrl { get; set; }
Property Value
Type Description
System.String

The creator URL.

Dependencies

Gets or sets the dependencies.

Declaration
public ManifestModuleDependencyCollection Dependencies { get; set; }
Property Value
Type Description
ManifestModuleDependencyCollection

The dependencies.

Description

Gets or sets the description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The description.

FrameworkDescription

Gets or sets the framework description.

Declaration
public ManifestVersionDescription FrameworkDescription { get; set; }
Property Value
Type Description
ManifestVersionDescription

The framework description.

FriendlyName

Gets or sets the name of the friendly.

Declaration
public string FriendlyName { get; set; }
Property Value
Type Description
System.String

The name of the friendly.

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The name.

State

Declaration
public ModuleState State { get; set; }
Property Value
Type Description
ModuleState

UpdateDescription

Gets or sets the update description.

Declaration
public ManifestVersionDescription UpdateDescription { get; set; }
Property Value
Type Description
ManifestVersionDescription

The update description.

Version

Gets or sets the version.

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String

The version.

Methods

Load(String)

Loads the specified path.

Declaration
public static ModuleManifest Load(string path)
Parameters
Type Name Description
System.String path

The path.

Returns
Type Description
ModuleManifest

Save(String, ModuleManifest)

Saves the specified path.

Declaration
public static void Save(string path, ModuleManifest manifest)
Parameters
Type Name Description
System.String path

The path.

ModuleManifest manifest

The manifest.