View Source
Class MemberGroup
Inheritance
System.Object
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 |
|
View Source
Name
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|