-
Home
-
API
-
XamlToCSharpGenerator.Core.Models
-
ResolvedPropertyElementAssignment
-
Constructors
-
ResolvedPropertyElementAssignment(String, String?, String?, String?, String?, String?, Boolean, Boolean, ImmutableArray, Int32, Int32, ConditionalXamlExpression?, Boolean, ImmutableArray)
ResolvedPropertyElementAssignment(String, String?, String?, String?, String?, String?, Boolean, Boolean, ImmutableArray, Int32, Int32, ConditionalXamlExpression?, Boolean, ImmutableArray) Constructor
Definition
public ResolvedPropertyElementAssignment(string PropertyName, string? AvaloniaPropertyOwnerTypeName, string? AvaloniaPropertyFieldName, string? ClrPropertyOwnerTypeName, string? ClrPropertyTypeName, string? BindingPriorityExpression, bool IsCollectionAdd, bool IsDictionaryMerge, ImmutableArray<ResolvedObjectNode> ObjectValues, int Line, int Column, ConditionalXamlExpression? Condition = null, bool PreserveBindingValue = false, ImmutableArray<ResolvedCollectionAddInstruction> CollectionAddInstructions = default(ImmutableArray<ResolvedCollectionAddInstruction>))
Parameters
- AvaloniaPropertyOwnerTypeName
- String
- AvaloniaPropertyFieldName
- String
- ClrPropertyOwnerTypeName
- String
- BindingPriorityExpression
- String