Table of Contents

Struct CapabilitySetKey

Namespace
Dynamicweb.CoreUI.CapabilityControl
Assembly
Dynamicweb.CoreUI.dll
public record struct CapabilitySetKey : IEquatable<CapabilitySetKey>
Implements
Inherited Members

Constructors

CapabilitySetKey(string)

public CapabilitySetKey(string Value)

Parameters

Value string

Properties

Empty

public static CapabilitySetKey Empty { get; }

Property Value

CapabilitySetKey

Value

public string Value { readonly get; set; }

Property Value

string

Methods

Equals(CapabilitySetKey)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(CapabilitySetKey other)

Parameters

other CapabilitySetKey

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

IsEmpty()

public readonly bool IsEmpty()

Returns

bool
To top