View Source
Class ContentTypeModelBase<TPropertyType, TPropertyTypeContainer>
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class ContentTypeModelBase<TPropertyType, TPropertyTypeContainer>
where TPropertyType : PropertyTypeModelBase where TPropertyTypeContainer : PropertyTypeContainerModelBase
Type Parameters
Name |
Description |
TPropertyType |
|
TPropertyTypeContainer |
|
Properties
View Source
Alias
Declaration
[Required]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AllowedAsRoot
Declaration
public bool AllowedAsRoot { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Collection
Declaration
public ReferenceByIdModel Collection { get; set; }
Property Value
View Source
Containers
Declaration
public IEnumerable<TPropertyTypeContainer> Containers { get; set; }
Property Value
Type |
Description |
IEnumerable<TPropertyTypeContainer> |
|
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Icon
Declaration
[Required]
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsElement
Declaration
public bool IsElement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Properties
Declaration
[Required]
public IEnumerable<TPropertyType> Properties { get; set; }
Property Value
Type |
Description |
IEnumerable<TPropertyType> |
|
View Source
VariesByCulture
Declaration
public bool VariesByCulture { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
VariesBySegment
Declaration
public bool VariesBySegment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|