Click or drag to resize
ExtendObjectType Class
Extension storage
Inheritance Hierarchy
SystemObject
  CMS.BaseExtendObjectType

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public class Extend<ObjectType>

Type Parameters

ObjectType

The ExtendObjectType type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberWithExtensionType
Extends the object with the given static extension
Public methodStatic memberWithMetadataMetadataType
Extends the object with the given static extension
Public methodStatic memberWithPropertyPropertyType
Extends the type with a new generic property
Public methodStatic memberWithStaticPropertyPropertyType(String)
Extends the type with a new generic static property
Public methodStatic memberWithStaticPropertyPropertyType(String, FuncPropertyType, ActionPropertyType)
Extends the type with a new generic static property
Top
See Also