Click or drag to resize

GenerateBindableClassAttributeImplementIBindableItemOwner Property

Determines if the generated class implements IBindableItemOwner.

Only applicable if the template class generates bindable properties. If the template class already implements IBindableItemOwner but not its members, then only these will be generated. If the template class doesn't implement IBindableItemOwner but implicitly implements its members, then just the interface is implemented. If the template class implements both IBindableItemOwner and its members, then this attribute property is ignored and nothing is generated.


Namespace: Emulate3D.SourceGenerators
Assembly: Emulate3D.SourceGenerators (in Emulate3D.SourceGenerators.dll) Version: 19.01.00
Syntax
C#
public bool ImplementIBindableItemOwner { get; set; }

Property Value

Boolean
See Also