Class PropertyInfo
Field information in expression
public record PropertyInfo : IEquatable<PropertyInfo>
Inheritance
Implements
Properties
Function
Optional: function applied to property (Length, Count)
public PropertyFunction? Function { get; init; }
IsBaseField
true if this is a base field of IRedbObject (Id, ParentId, ValueLong, etc.)
public bool IsBaseField { get; init; }
Constructors
PropertyInfo(string, Type, bool, PropertyFunction?)
Field information in expression