1. MemberDefinitionBase

Class MemberDefinitionBase

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Base class for member definitions.

Inheritance
System.Object
MemberDefinitionBase
Implements
Namespace: Stylelabs.M.Sdk.Models.Base
Assembly: Stylelabs.M.Sdk.dll
Syntax
public abstract class MemberDefinitionBase : object, IMemberDefinition

Properties

AllowUpdates

Indicates whether this member can be updated from external sources (e.g. REST API, SDK...).

Declaration
public bool AllowUpdates { get; set; }
Property Value
TypeDescription
System.Boolean

Conditions

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

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

DefinitionType

Type of the member.

Declaration
public abstract MemberDefinitionType DefinitionType { get; }
Property Value
TypeDescription
MemberDefinitionType

HelpText

Collection of the culture specific help text.

Declaration
public IDictionary<CultureInfo, string> HelpText { get; set; }
Property Value
TypeDescription
IDictionary<CultureInfo, System.String>

IsConditional

Indicates whether this member definition has any member conditions.

Declaration
public bool IsConditional { get; }
Property Value
TypeDescription
System.Boolean

IsSecured

Indicates if the read-write access to this member is restricted.

Declaration
public bool IsSecured { get; set; }
Property Value
TypeDescription
System.Boolean

IsSystemOwned

Indicates if the member definition is owned by the system and cannot be modified or deleted by the regular users.

Declaration
public bool IsSystemOwned { get; set; }
Property Value
TypeDescription
System.Boolean

Labels

Collection of the culture specific member labels.

Declaration
public IDictionary<CultureInfo, string> Labels { get; set; }
Property Value
TypeDescription
IDictionary<CultureInfo, System.String>

Name

Language agnostic case insensitive name of the member. Must be unique per member and IEntityDefinition, except for self-referencing relations.

Declaration
public string Name { get; set; }
Property Value
TypeDescription
System.String

Implements

この記事を改善するための提案がある場合は、 お知らせください!