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
namestringThe name of the soft enum to attach.
Properties
SoftEnumName
Gets the name of the soft enum in the registry.
public string SoftEnumName { get; set; }