Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.39 KB

File metadata and controls

34 lines (28 loc) · 1.39 KB

AttributeArgumentProvider Public class

Description

The attribute argument provider for the AttributeArgumentService .

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph ProwlynxNET.Core.ServiceProviders
  ProwlynxNET.Core.ServiceProviders.AttributeArgumentProvider[[AttributeArgumentProvider]]
ProwlynxNET.Core.ServiceProviders.ServiceProviderBase_1[[ServiceProviderBase]]
  end
ProwlynxNET.Core.ServiceProviders.ServiceProviderBase_1 --> ProwlynxNET.Core.ServiceProviders.AttributeArgumentProvider
Loading

Details

Summary

The attribute argument provider for the AttributeArgumentService .

Inheritance

Constructors

AttributeArgumentProvider

Source code

public AttributeArgumentProvider()
Summary

Create a new attribute argument provider adding a single AttributeArgumentService service.

Generated with ModularDoc