SaaS CMS has officially launched! Learn more now.

Class ModuleDependencyViewModel

Used to transfer ModuleDependency into a format that is suitable for client consumption.

Inheritance
System.Object
ModuleDependencyViewModel
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: EPiServer.Shell.Modules
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public class ModuleDependencyViewModel

Constructors

ModuleDependencyViewModel()

Declaration
public ModuleDependencyViewModel()

Properties

DependencyType

Gets or sets the type of the dependency.

Declaration
public int DependencyType { get; set; }
Property Value
Type Description
System.Int32

The type of the dependency.

ModuleName

Gets or sets the name of the module.

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

The name of the module.

Extension Methods