Click or drag to resize

AspectBindableItemNameGenerate Method

Generates binding name for the specified property name.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public static string Generate(
	AspectComponentBase aspect,
	string propertyName,
	AspectBindableItemNamingScheme scheme
)

Parameters

aspect
Type: Demo3D.VisualsAspectComponentBase
The aspect on which the property exists.
propertyName
Type: SystemString
The property name.
scheme
Type: Demo3D.VisualsAspectBindableItemNamingScheme
The naming scheme.

Return Value

Type: String
The generated binding name.
Remarks
If the specified scheme is UniqueMangled then the binding name returned should be unique on the aspect's visual.
See Also