Table of Contents

Class ProjectionDefinitionAttribute

Namespace
Opossum.Projections
Assembly
Opossum.dll

Marks a class as a projection definition for automatic discovery

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class ProjectionDefinitionAttribute : Attribute
Inheritance
ProjectionDefinitionAttribute
Inherited Members

Constructors

ProjectionDefinitionAttribute(string)

Creates a projection definition attribute

public ProjectionDefinitionAttribute(string name)

Parameters

name string

Projection name

Properties

Name

Projection name

public string Name { get; }

Property Value

string