London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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