ResolvedPropertyAssignment(String, String, String?, String?, String?, String?, String?, Int32, Int32, ConditionalXamlExpression?, ResolvedValueKind, Boolean, ResolvedValueRequirements, Boolean, Boolean, String?, Boolean, Boolean) Constructor

Definition

Assembly XamlToCSharpGenerator.Core.dll
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, bool IsInitOnlyClrProperty = false, bool IsRequiredClrProperty = false)

Parameters

PropertyName
String
ValueExpression
String
AvaloniaPropertyOwnerTypeName
String
AvaloniaPropertyFieldName
String
ClrPropertyOwnerTypeName
String
ClrPropertyTypeName
String
BindingPriorityExpression
String
Line
Int32
Column
Int32
RequiresStaticResourceResolver
Boolean
ValueRequirements
ResolvedValueRequirements
PreserveBindingValue
Boolean
RequiresObjectInitializer
Boolean
ClrSetterUnsafeAccessorMethodName
String
IsInitOnlyClrProperty
Boolean
IsRequiredClrProperty
Boolean