Class GraphContextExtensionAttribute
Inheritance
GraphContextExtensionAttribute
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public sealed class GraphContextExtensionAttribute : Attribute, _Attribute, IDecoratorAttribute
Constructors
GraphContextExtensionAttribute(Type)
Declaration
public GraphContextExtensionAttribute(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Properties
type
Declaration
public Type type { get; }
Property Value
Implements
Extension Methods