-
Home
-
API
-
XamlToCSharpGenerator.Core.Models
-
ResolvedPropertyAssignment
-
Constructors
-
ResolvedPropertyAssignment(String, String, String?, String?, String?, String?, String?, Int32, Int32, ConditionalXamlExpression?, ResolvedValueKind, Boolean, ResolvedValueRequirements, Boolean, Boolean, String?)
ResolvedPropertyAssignment(String, String, String?, String?, String?, String?, String?, Int32, Int32, ConditionalXamlExpression?, ResolvedValueKind, Boolean, ResolvedValueRequirements, Boolean, Boolean, String?) Constructor
Definition
public ResolvedPropertyAssignment(string PropertyName, string ValueExpression, string? AvaloniaPropertyOwnerTypeName, string? AvaloniaPropertyFieldName, string? ClrPropertyOwnerTypeName, string? ClrPropertyTypeName, string? BindingPriorityExpression, int Line, int Column, ConditionalXamlExpression? Condition = null, ResolvedValueKind ValueKind = ResolvedValueKind.Unknown, bool RequiresStaticResourceResolver = false, ResolvedValueRequirements ValueRequirements = default(ResolvedValueRequirements), bool PreserveBindingValue = false, bool RequiresObjectInitializer = false, string? ClrSetterUnsafeAccessorMethodName = null)
Parameters
- AvaloniaPropertyOwnerTypeName
- String
- AvaloniaPropertyFieldName
- String
- ClrPropertyOwnerTypeName
- String
- BindingPriorityExpression
- String
- RequiresStaticResourceResolver
- Boolean
- ClrSetterUnsafeAccessorMethodName
- String