-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreconfigurationattributes ConfigurationLinked
RaidMax edited this page May 21, 2023
·
1 revision
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
Type | Name | Methods |
---|---|---|
string``[] |
LinkedPropertyNames |
get, set |
Attribute
public ConfigurationLinked(string[] linkedPropertyNames)
Type | Name | Description |
---|---|---|
string``[] |
linkedPropertyNames |
public string LinkedPropertyNames { get; set; }
Generated with ModularDoc