Class CmsObjectTypeAttribute
Attribute indicating an CmsObject implementation class
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class CmsObjectTypeAttribute : Attribute
Constructors
CmsObjectTypeAttribute(int, Type)
Constructor
Declaration
public CmsObjectTypeAttribute(int typeRef, Type clrType)
Parameters
| Type | Name | Description |
|---|---|---|
| int | typeRef | The Nova Object Type ID |
| Type | clrType | The CLR Type |
Properties
ClrType
The CLR Type
Declaration
public Type ClrType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
TypeRef
The Nova Object Type ID
Declaration
public int TypeRef { get; }
Property Value
| Type | Description |
|---|---|
| int |