-
Home
-
API
-
XamlToCSharpGenerator.Core.Models
-
ResolvedPropertyElementAssignment
ResolvedPropertyElementAssignment Class
Definition
Show inherited members (7)
public sealed record ResolvedPropertyElementAssignment(string PropertyName, string? ClrPropertyOwnerTypeName, string? ClrPropertyTypeName, bool IsCollectionAdd, bool IsDictionaryMerge, ImmutableArray<ResolvedObjectNode> ObjectValues, int Line, int Column, ConditionalXamlExpression? Condition = null, ResolvedFrameworkPropertyPayload? FrameworkPayload = null, bool PreserveBindingValue = false, ImmutableArray<ResolvedCollectionAddInstruction> CollectionAddInstructions = default(ImmutableArray<ResolvedCollectionAddInstruction>)) : IEquatable<ResolvedPropertyElementAssignment>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (2)
ResolvedPropertyElementAssignment(String, String?, String?, Boolean, Boolean, ImmutableArray<ResolvedObjectNode>, Int32, Int32, ConditionalXamlExpression?, ResolvedFrameworkPropertyPayload?, Boolean, ImmutableArray<ResolvedCollectionAddInstruction>)
ResolvedPropertyElementAssignment(String, String?, String?, String?, String?, String?, Boolean, Boolean, ImmutableArray<ResolvedObjectNode>, Int32, Int32, ConditionalXamlExpression?, Boolean, ImmutableArray<ResolvedCollectionAddInstruction>)
Properties (15)
Methods (3)