PropertyKeyBase(Type, String, String, PropertyLevel) Constructor |
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected PropertyKeyBase(
Type typeOfProperty,
string guidString,
string propertyName,
PropertyLevel applicationLevel
)
Parameters
- typeOfProperty Type
- The type of the property value.
- guidString String
- The unique key string.
- propertyName String
- The display name of the property.
- applicationLevel PropertyLevel
- The application level at which the property applies.
See Also