SchemaConfigurationAttribute

Namespace: Lithnet.Ecma2Framework

An attribute that is used to decorate a class that contains configuration information that should be shown on the Schema page of the management agent configuration

public class SchemaConfigurationAttribute : System.Attribute

Inheritance ObjectAttributeSchemaConfigurationAttribute

Properties

Name

Gets the name of the configuration section

public string Name { get; }

Property Value

String

TypeId

public object TypeId { get; }

Property Value

Object

Constructors

SchemaConfigurationAttribute()

Initializes a new instance of the SchemaConfigurationAttribute class

public SchemaConfigurationAttribute()

SchemaConfigurationAttribute(String)

Initializes a new instance of the SchemaConfigurationAttribute class

public SchemaConfigurationAttribute(string name)

Parameters

name String An optional name of the configuration section. This value defaults to Ecma:Schema

Last updated