Intersoft.Crosslight.Data by Intersoft Solutions

<PackageReference Include="Intersoft.Crosslight.Data" Version="5.0.5000.506" />

.NET API 200,192 bytes

 SelectDescriptor

public Aggregate Aggregate { get; set; }

public string AggregateMember { get; }

public string Alias { get; set; }

public string NavigationPropertyName { get; }

public string PropertyName { get; set; }

public SelectDescriptor(string propertyName)

public SelectDescriptor(string propertyName, string alias)

public SelectDescriptor(string propertyName, string alias, Aggregate aggregate)

public SelectDescriptor(string propertyName, string alias, Aggregate aggregate, string aggregateMember)

protected virtual void OnPropertyChanged(string propertyName)