JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Public Member Functions | Properties | List of all members
Codemesh.JuggerNET.ConfigOptionAttribute Class Reference

An attribute used to signal that a property is a configuration setting. More...

Inheritance diagram for Codemesh.JuggerNET.ConfigOptionAttribute:
Inheritance graph
[legend]
Collaboration diagram for Codemesh.JuggerNET.ConfigOptionAttribute:
Collaboration graph
[legend]

Public Member Functions

 ConfigOptionAttribute ()
 Create an attribute with the default name. More...
 
 ConfigOptionAttribute (string optionName)
 Create an attribute with a custom option name. More...
 

Properties

string OptionName [get, set]
 The name of the configuration option. More...
 
string Name [get, set]
 The name of the configuration option. More...
 

Detailed Description

An attribute used to signal that a property is a configuration setting.

Constructor & Destructor Documentation

◆ ConfigOptionAttribute() [1/2]

Codemesh.JuggerNET.ConfigOptionAttribute.ConfigOptionAttribute ( )
inline

Create an attribute with the default name.

◆ ConfigOptionAttribute() [2/2]

Codemesh.JuggerNET.ConfigOptionAttribute.ConfigOptionAttribute ( string  optionName)
inline

Create an attribute with a custom option name.

Parameters
optionNameThe non-default option name.

Property Documentation

◆ Name

string Codemesh.JuggerNET.ConfigOptionAttribute.Name
getset

The name of the configuration option.

◆ OptionName

string Codemesh.JuggerNET.ConfigOptionAttribute.OptionName
getset

The name of the configuration option.


The documentation for this class was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.