Skip to content

PropertyList.PropertyListShowAttribute

JaykeBird edited this page Feb 21, 2023 · 1 revision

Back to home | Back to Reference | View raw text

PropertyListShowAttribute class

Description

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.

Diagram

  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
Loading

Details

Summary

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.

Inheritance

  • Attribute

Constructors

PropertyListShowAttribute

public PropertyListShowAttribute()
Summary

Create a PropertyListShowAttribute.

Generated with ModularDoc

Clone this wiki locally