SaaS CMS has officially launched! Learn more now.

Class LocalDiskEntityObjectPlugin

Represents local disk entity object plugin.

Inheritance
System.Object
LocalDiskEntityObjectPlugin
Implements
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.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public sealed class LocalDiskEntityObjectPlugin : IPlugin

Constructors

LocalDiskEntityObjectPlugin()

Initializes a new instance of the LocalDiskEntityObjectPlugin class.

Declaration
public LocalDiskEntityObjectPlugin()

Fields

EntityObjectsDirs

Declaration
public const string EntityObjectsDirs = "EntityObjects"
Field Value
Type Description
System.String

IsLoadDiskEntityPropertyName

Declaration
public const string IsLoadDiskEntityPropertyName = "McBusiness_IsLoadDiskEntity"
Field Value
Type Description
System.String

RootFolderAppSettingName

Declaration
public const string RootFolderAppSettingName = "LocalDiskEntityObjectFolder"
Field Value
Type Description
System.String

Methods

Execute(BusinessContext)

Executes the specified context.

Declaration
public void Execute(BusinessContext context)
Parameters
Type Name Description
BusinessContext context

The context.

Implements