A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Models.PropertyGroup.html below:

View Source Class PropertyGroup

Represents a group of property types.

Inheritance

System.Object

Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntax
[DataContract(IsReference = true)]
public class PropertyGroup : EntityBase, IRememberBeingDirty, ICanBeDirty, IEntity, IDeepCloneable
Constructors View Source PropertyGroup(Boolean) Declaration
public PropertyGroup(bool isPublishing)
Parameters Type Name Description System.Boolean isPublishing View Source PropertyGroup(PropertyTypeCollection) Declaration
public PropertyGroup(PropertyTypeCollection propertyTypeCollection)
Parameters Properties View Source Alias

Gets or sets the alias of the group.

Declaration
[DataMember]
public string Alias { get; set; }
Property Value Type Description System.String

The alias.

View Source Name

Gets or sets the name of the group.

Declaration
[DataMember]
public string Name { get; set; }
Property Value Type Description System.String

The name.

View Source PropertyTypes

Gets or sets a collection of property types for the group.

Declaration
[DataMember]
public PropertyTypeCollection PropertyTypes { get; set; }
Property Value View Source SortOrder

Gets or sets the sort order of the group.

Declaration
[DataMember]
public int SortOrder { get; set; }
Property Value Type Description System.Int32

The sort order.

View Source Type

Gets or sets the type of the group.

Declaration
[DataMember]
public PropertyGroupType Type { get; set; }
Property Value Methods View Source Equals(PropertyGroup) Declaration
public bool Equals(PropertyGroup other)
Parameters Returns Type Description System.Boolean View Source GetHashCode() Declaration
public override int GetHashCode()
Returns Type Description System.Int32 View Source PerformDeepClone(Object) Declaration
protected override void PerformDeepClone(object clone)
Parameters Type Name Description System.Object clone

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4