sharedlibrarycoreconfigurationattributes ConfigurationLinked - RaidMax/IW4M-Admin GitHub Wiki

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](/RaidMax/IW4M-Admin/wiki/ConfigurationLinked)
  end
  subgraph System
System.Attribute[Attribute](/RaidMax/IW4M-Admin/wiki/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