Empeld
Empeld plugin documentation.
pluginbase.Attributes.BlockAttribute Class Reference

This class describes a block type provided by the plugin More...

Inheritance diagram for pluginbase.Attributes.BlockAttribute:

Public Member Functions

 BlockAttribute (string internalName)
 Initializes a new instance of the pluginbase.Attributes.BlockAttribute class. More...
 

Public Attributes

readonly string InternalName
 The name of the block More...
 

Detailed Description

This class describes a block type provided by the plugin

Attribute: AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)

Constructor & Destructor Documentation

◆ BlockAttribute()

pluginbase.Attributes.BlockAttribute.BlockAttribute ( string  internalName)

Initializes a new instance of the pluginbase.Attributes.BlockAttribute class.

Parameters
internalNameInternal name.
20  {
21  InternalName = internalName;
22  }
readonly string InternalName
The name of the block
Definition: BlockAttribute.cs:13

Member Data Documentation

◆ InternalName

readonly string pluginbase.Attributes.BlockAttribute.InternalName

The name of the block


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