Click or drag to resize
IOverridableT Interface

Note: This API is now obsolete.

Interface defining overridable object

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Interface was not intended for public use and will be removed in the next version.")]
public interface IOverridable<T>

Type Parameters

T

The IOverridableT type exposes the following members.

Properties
  NameDescription
Public propertyOverrideBy
If set, the object is overridden by this class methods
Public propertyOverriden
Returns true if the object is overridden
Top
See Also