Class PlugInNameAttribute
Inherited Members
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
Namespace: Monai.Deploy.InformaticsGateway.Api.PlugIns
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class PlugInNameAttribute : Attribute
Constructors
| Improve this Doc View SourcePlugInNameAttribute(String)
Declaration
public PlugInNameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |