1 sharedlibrarycoreconfigurationattributes ConfigurationLinked
RaidMax edited this page 2023-05-20 22:09:21 -05:00

ConfigurationLinked Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Configuration.Attributes
  SharedLibraryCore.Configuration.Attributes.ConfigurationLinked[[ConfigurationLinked]]
  end
  subgraph System
System.Attribute[[Attribute]]
  end
System.Attribute --> SharedLibraryCore.Configuration.Attributes.ConfigurationLinked

Members

Properties

Public properties

Type Name Methods
string``[] LinkedPropertyNames get, set

Details

Inheritance

  • Attribute

Constructors

ConfigurationLinked

Source code

public ConfigurationLinked(string[] linkedPropertyNames)
Arguments
Type Name Description
string``[] linkedPropertyNames

Properties

LinkedPropertyNames

public string LinkedPropertyNames { get; set; }

Generated with ModularDoc