Generate |
public class GenerateBindableClassAttribute : Attribute
The GenerateBindableClassAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| GenerateBindableClassAttribute | Initializes a new instance of the GenerateBindableClassAttribute class |
| Name | Description | |
|---|---|---|
| GenerateAspectMembers |
Determines if the generated class generates aspect helper members.
Only applicable if the template class both inherits from VisualAspect and implements IBindableItemOwner, whether in the template class, or in the generated class by making use of ImplementIBindableItemOwner. Does not generate members that have already been implemented in the template class. | |
| ImplementIBindableItemOwner |
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. |