Interface IMemberGroup

Current version: 4.0

Member groups combine multiple members for the purpose of logical grouping, representation (API, UI) and/or access level.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IMemberGroup

Properties

Conditions

Gets the conditions that are evaluated to decide if this group should be exposed in the external API/UI. These conditions have no impact on data validity.

Declaration
RequestResponse
IList<IMemberCondition> Conditions { get; }
Property Value
TypeDescription
IList<>IMemberCondition

ContentGroup

Gets or sets language agnostic case insensitive name of the content group. Used for grouping member groups for visual representation.

Declaration
RequestResponse
string ContentGroup { get; set; }
Property Value
TypeDescription
string

IsConditional

Gets a value indicating whether if this member group has conditions.

Declaration
RequestResponse
bool IsConditional { get; }
Property Value
TypeDescription
bool

IsSecured

Gets or sets a value indicating whether if the read-write access to this member is restricted.

Declaration
RequestResponse
bool IsSecured { get; set; }
Property Value
TypeDescription
bool

IsSystemOwned

Gets or sets a value indicating whether if this member group is owned by the system and cannot be modified or deleted by the regular users.

Declaration
RequestResponse
bool IsSystemOwned { get; set; }
Property Value
TypeDescription
bool

Labels

Gets collection of the culture specific member labels.

Declaration
RequestResponse
IDictionary<CultureInfo, string> Labels { get; }
Property Value
TypeDescription
IDictionary<, >CultureInfostring

MemberDefinitions

Gets collection the member definitions in this group.

Declaration
RequestResponse
IList<IMemberDefinition> MemberDefinitions { get; }
Property Value
TypeDescription
IList<>IMemberDefinition

Name

Gets or sets language agnostic case insensitive name of the group. Must be unique per group and IEntityDefinition.

Declaration
RequestResponse
string Name { get; set; }
Property Value
TypeDescription
string

Do you have some feedback for us?

If you have suggestions for improving this article,