Empeld
Empeld plugin documentation.
pluginbase.Objects.UI.BuiCallbackAttribute Class Reference

Labels a method as callable by a BUI control More...

Inheritance diagram for pluginbase.Objects.UI.BuiCallbackAttribute:

Public Member Functions

 BuiCallbackAttribute (string name)
 
 BuiCallbackAttribute ()
 

Public Attributes

readonly string Name
 Name of the callable More...
 

Detailed Description

Labels a method as callable by a BUI control

Attribute: AttributeUsage(AttributeTargets.Method, AllowMultiple = false)

Constructor & Destructor Documentation

◆ BuiCallbackAttribute() [1/2]

pluginbase.Objects.UI.BuiCallbackAttribute.BuiCallbackAttribute ( string  name)
17  {
18  Name = name;
19  }
readonly string Name
Name of the callable
Definition: BuiCallbackAttribute.cs:14

◆ BuiCallbackAttribute() [2/2]

pluginbase.Objects.UI.BuiCallbackAttribute.BuiCallbackAttribute ( )
22  {
23  Name = null;
24  }
readonly string Name
Name of the callable
Definition: BuiCallbackAttribute.cs:14

Member Data Documentation

◆ Name

readonly string pluginbase.Objects.UI.BuiCallbackAttribute.Name

Name of the callable


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