Nucleus .Net Core CMS

Models.ContainerDefinition Class

Namespace: Nucleus.Abstractions.Models
Assembly: Nucleus.Abstractions.dll
Represents an installed container.

Remarks

A container is a wrapper around the output of a module, implemented in Razor.

Properties

Id Property

Unique record identifier.
Remarks
The Id of a container is generated by the container's developer and is included in the extension manifest (package.xml) file used to install it.

FriendlyName Property

Friendly name for the container, used for on-screen display in the administrative interface.

RelativePath Property

Installation path for the container, relative to the Nucleus root folder.

Methods

Equals (Object) Method

Equals (Object other)
Determines whether two instances are equal by comparing their Ids.
Parameters
Name Type
other Object

GetHashCode

GetHashCode ()
Executes the default hash function.
Returns
A hash code for the current object.
Remarks
This implementation exists to prevent a CS0659 compiler warning