Table of Contents

Class CreateSchemaArguments

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents an argument of the create schema command.

public sealed record CreateSchemaArguments
Inheritance
object
CreateSchemaArguments
Extension Methods

Constructors

CreateSchemaArguments()

public CreateSchemaArguments()

Properties

Identifiers

Represents identifiers of reusable schemas to be created.

[JsonInclude]
public List<Guid> Identifiers { get; }

Property Value

List<Guid>

Methods

Equals(CreateSchemaArguments?)

public bool Equals(CreateSchemaArguments? other)

Parameters

other CreateSchemaArguments

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(CreateSchemaArguments?, CreateSchemaArguments?)

public static bool operator ==(CreateSchemaArguments? left, CreateSchemaArguments? right)

Parameters

left CreateSchemaArguments
right CreateSchemaArguments

Returns

bool

operator !=(CreateSchemaArguments?, CreateSchemaArguments?)

public static bool operator !=(CreateSchemaArguments? left, CreateSchemaArguments? right)

Parameters

left CreateSchemaArguments
right CreateSchemaArguments

Returns

bool