Skip to main content

@bloock/sdk / BooleanAttributeDescriptor

Class: BooleanAttributeDescriptor

Represents a descriptor for a boolean attribute.

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new BooleanAttributeDescriptor(displayName, technicalName, description, required): BooleanAttributeDescriptor

Constructs an AttributeDescriptor object with the specified parameters.

Parameters

NameType
displayNamestring
technicalNamestring
descriptionstring
requiredboolean

Returns

BooleanAttributeDescriptor

Inherited from

AttributeDescriptor.constructor

Defined in

entity/identity/attribute_descriptor.ts:29

Properties

description

Optional description: string

Is a description providing additional information about the attribute.

Inherited from

AttributeDescriptor.description

Defined in

entity/identity/attribute_descriptor.ts:16


displayName

displayName: string

Is the human-readable display name of the attribute.

Inherited from

AttributeDescriptor.displayName

Defined in

entity/identity/attribute_descriptor.ts:8


required

required: boolean

Specifies whether the attribute is required.

Inherited from

AttributeDescriptor.required

Defined in

entity/identity/attribute_descriptor.ts:20


technicalName

technicalName: string

Is the identifier for the attribute.

Inherited from

AttributeDescriptor.technicalName

Defined in

entity/identity/attribute_descriptor.ts:12

Methods

toProto

toProto(): BooleanAttributeDefinition

Returns

BooleanAttributeDefinition

Defined in

entity/identity/boolean_attribute_descriptor.ts:8


fromProto

fromProto(r): BooleanAttributeDescriptor

Parameters

NameType
rBooleanAttributeDefinition

Returns

BooleanAttributeDescriptor

Defined in

entity/identity/boolean_attribute_descriptor.ts:17