Table of Contents

Class BaseSchemaExtensionAttribute

Namespace
Crosser.EdgeNode.Flows
Assembly
Crosser.EdgeNode.Flows.dll
public abstract class BaseSchemaExtensionAttribute : Attribute
Inheritance
BaseSchemaExtensionAttribute
Derived
Inherited Members

Constructors

BaseSchemaExtensionAttribute(string, object)

protected BaseSchemaExtensionAttribute(string name, object value)

Parameters

name string
value object

Properties

Name

public string Name { get; }

Property Value

string

Value

public object Value { get; }

Property Value

object