Class CmsObjectType
The Object Type 0.
This initial system object type is the basis for all further object types in 'NovaDB'. Any number of objects can be generated from an object type, which represent the concrete properties of the respective object type. These objects of an object type are also called 'instances'.
Inheritance
CmsObjectType
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsObjectType : CmsObject
Properties
AttributeIcon
Get or set value of attribute 1016
Declaration
public int? AttributeIcon { get; set; }
Property Value
AttributeLargeIcon
Get or set value of attribute 1033
Declaration
public int? AttributeLargeIcon { get; set; }
Property Value
ObjectTypeAnonymous
Get or set value of attribute 5016
Declaration
public bool? ObjectTypeAnonymous { get; set; }
Property Value
ObjectTypeApiAttributes
Get or set values of attribute 5012
Declaration
public IEnumerable<int> ObjectTypeApiAttributes { get; set; }
Property Value
ObjectTypeBinaryProxy
Get or set value of attribute 5009
Declaration
public bool? ObjectTypeBinaryProxy { get; set; }
Property Value
Get or set value of attribute 5001
Declaration
public int? ObjectTypeCreateForm { get; set; }
Property Value
ObjectTypeDefaultPreviewDefinition
Get or set value of attribute 5028
Declaration
public int? ObjectTypeDefaultPreviewDefinition { get; set; }
Property Value
Get or set values of attribute 5002
Declaration
public IEnumerable<int> ObjectTypeDetailForms { get; set; }
Property Value
ObjectTypeDisplayIconAttribute
Get or set value of attribute 5006
Declaration
public int? ObjectTypeDisplayIconAttribute { get; set; }
Property Value
ObjectTypeDisplayNameAttribute
Get or set value of attribute 5005
Declaration
public int? ObjectTypeDisplayNameAttribute { get; set; }
Property Value
ObjectTypeJobDefinitions
Get or set values of attribute 5011
Declaration
public IEnumerable<int> ObjectTypeJobDefinitions { get; set; }
Property Value
ObjectTypeKanbanBoards
Get or set values of attribute 5007
Declaration
public IEnumerable<int> ObjectTypeKanbanBoards { get; set; }
Property Value
ObjectTypeListColumns
Get or set values of attribute 5004
Declaration
public IEnumerable<int> ObjectTypeListColumns { get; set; }
Property Value
Get or set values of attribute 5010
Declaration
public IEnumerable<int> ObjectTypeMediaTypes { get; set; }
Property Value
ObjectTypeMixedListAttributes
Get or set values of attribute 5015
Declaration
public IEnumerable<int> ObjectTypeMixedListAttributes { get; set; }
Property Value
ObjectTypePreviewContent
Get or set values of attribute 5014
Declaration
public IEnumerable<int> ObjectTypePreviewContent { get; set; }
Property Value
ObjectTypePreviewDefinitions
Get or set values of attribute 5026
Declaration
public IEnumerable<int> ObjectTypePreviewDefinitions { get; set; }
Property Value
ObjectTypeQuickSearchAttributes
Get or set values of attribute 5013
Declaration
public IEnumerable<int> ObjectTypeQuickSearchAttributes { get; set; }
Property Value
ObjectTypeSearchFilters
Get or set values of attribute 5003
Declaration
public IEnumerable<int> ObjectTypeSearchFilters { get; set; }
Property Value
Get or set value of attribute 5020
Declaration
public bool? ObjectTypeShowTooltips { get; set; }
Property Value
ObjectTypeThumbnailAttribute
Get or set value of attribute 5008
Declaration
public int? ObjectTypeThumbnailAttribute { get; set; }
Property Value
ObjectTypeTooltipContent
Get or set values of attribute 5025
Declaration
public IEnumerable<int> ObjectTypeTooltipContent { get; set; }
Property Value
Get or set value of attribute 5024
Declaration
public bool? ObjectTypeTooltipShowComment { get; set; }
Property Value
Get or set value of attribute 5023
Declaration
public bool? ObjectTypeTooltipShowCreated { get; set; }
Property Value
Get or set value of attribute 5022
Declaration
public bool? ObjectTypeTooltipShowCreator { get; set; }
Property Value
Get or set value of attribute 5021
Declaration
public bool? ObjectTypeTooltipShowIconAndName { get; set; }
Property Value
ObjectTypeVideoPreviewAttribute
Get or set value of attribute 5027
Declaration
public int? ObjectTypeVideoPreviewAttribute { get; set; }
Property Value
PackageMembership
Get or set value of attribute 13000
Declaration
public int? PackageMembership { get; set; }
Property Value
Methods
GetAttributeDescription(int)
Get value of attribute 1012
Declaration
public string GetAttributeDescription(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
GetAttributeName(int)
Get value of attribute 1000
Declaration
public string GetAttributeName(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
SetAttributeDescription(int, string)
Set value of attribute 1012
Declaration
public void SetAttributeDescription(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|
SetAttributeName(int, string)
Set value of attribute 1000
Declaration
public void SetAttributeName(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|