Class PlugInNameAttribute
Inherited Members
Namespace: Monai.Deploy.InformaticsGateway.Api.PlugIns
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class PlugInNameAttribute : Attribute
Constructors
| Edit this page View SourcePlugInNameAttribute(string)
Declaration
public PlugInNameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
| Edit this page View SourceName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |