Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberGroup

    Represents a member type

    Inheritance
    System.Object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(IsReference = true)]
    public class MemberGroup : EntityBase, IMemberGroup, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty, IHaveAdditionalData

    Properties

    View Source

    AdditionalData

    Declaration
    [DataMember]
    public IDictionary<string, object> AdditionalData { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>
    View Source

    CreatorId

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

    HasAdditionalData

    Determines whether this entity has additional data.

    Declaration
    [IgnoreDataMember]
    public bool HasAdditionalData { get; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Use this property to check for additional data without getting AdditionalData, to avoid allocating.

    View Source

    Name

    Declaration
    [DataMember]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AdditionalData
      • CreatorId
      • HasAdditionalData
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX