Class PropertyInfo

Assembly: redb.Core.dll

Field information in expression

public record PropertyInfo : IEquatable<PropertyInfo>

Inheritance

ObjectPropertyInfo

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; }

Name

Property name

public string Name { get; init; }

Type

Property type

public Type Type { get; init; }

Constructors