Table of Contents

Class Entitlement

Namespace
Balsam.Licensing
Assembly
Balsam.Backtester.dll

Feature entitlement

[Obfuscation(Feature = "renaming,stringencryption")]
public sealed class Entitlement
Inheritance
Entitlement
Inherited Members
Extension Methods

Properties

Code

Gets the entitlement code.

public string Code { get; }

Property Value

string

Name

Gets the name of the entitlement.

public string Name { get; }

Property Value

string

Methods

Equals(object)

Returns true if the the objects match.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Returns the hash code.

public override int GetHashCode()

Returns

int

ToString()

Returns the name of the entitlement.

public override string ToString()

Returns

string