Click or drag to resize
RegisterObjectTypeAttribute Class
This attribute finds the static TypeInfo fields (all of them) and registers object types those TypeInfos define to the system.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMSRegisterObjectTypeAttribute

Namespace: CMS
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class RegisterObjectTypeAttribute : Attribute, 
	IInitAttribute

The RegisterObjectTypeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterObjectTypeAttribute
Constructor
Top
Properties
  NameDescription
Public propertyMarkedType
Type marked with this attribute
Public propertyObjectType
Object type
Public propertyTypeInfo
Type info representing this type
Top
Methods
  NameDescription
Public methodInit
Initializes the attribute
Top
See Also

Reference