PropertyKeyBase(Type, String, String, PropertyLevel, Type) 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,
Type? applicationItemType
)
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.
- applicationItemType Type
- The document item type this property applies to.
See Also