Table of Contents

Class ConceptAttribute

Namespace
OneImlx.Shared.Attributes
Assembly
OneImlx.Shared.dll

Indicates that the target element represents a concept.

[AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = false)]
public sealed class ConceptAttribute : ActionAttribute
Inheritance
ConceptAttribute
Inherited Members

Constructors

ConceptAttribute(string)

Initialize a new instance.

public ConceptAttribute(string description)

Parameters

description string

Additional description.