Table of Contents

Class OnixCommandBase.SoftEnumNameAttribute

Namespace
OnixRuntime.Api.OnixClient.Commands
Assembly
OnixRuntime.dll

This lets you attach a soft enum to a string parameter.

public class OnixCommandBase.SoftEnumNameAttribute : CommandParserMetadataAttribute
Inheritance
OnixCommandBase.SoftEnumNameAttribute
Inherited Members

Constructors

SoftEnumNameAttribute(string)

This lets you attach a soft enum to a string parameter.

public SoftEnumNameAttribute(string name)

Parameters

name string

The name of the soft enum to attach.

Properties

SoftEnumName

Gets the name of the soft enum in the registry.

public string SoftEnumName { get; set; }

Property Value

string