-
Notifications
You must be signed in to change notification settings - Fork 3
PropertyList.PropertyListShowAttribute
JaykeBird edited this page Feb 21, 2023
·
1 revision
Back to home | Back to Reference | View raw text
An attribute that can be applied to properties; if a PropertyList is set to only load properties with this attribute, all properties in an object are skipped unless they have this property.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi.PropertyList
SolidShineUi.PropertyList.PropertyListShowAttribute[[PropertyListShowAttribute]]
end
subgraph System
System.Attribute[[Attribute]]
end
System.Attribute --> SolidShineUi.PropertyList.PropertyListShowAttribute
An attribute that can be applied to properties; if a PropertyList is set to only load properties with this attribute, all properties in an object are skipped unless they have this property.
Attribute
public PropertyListShowAttribute()
Create a PropertyListShowAttribute.
Generated with ModularDoc