Class Grouping
Grouping element
Implements
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
[Serializable]
[DataContract]
public sealed class Grouping : IEquatable<Grouping>
Properties
| Improve this Doc View SourceFieldName
Field name
Declaration
[DataMember]
public string FieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
GroupFunction
Group function
Declaration
[DataMember]
public DataGrouping GroupFunction { get; set; }
Property Value
| Type | Description |
|---|---|
| DataGrouping |
GroupOrder
Group function
Declaration
[DataMember]
public int GroupOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
PropertyName
Property name
Declaration
[DataMember]
public string PropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
PropertyOwnerType
Property owner type name
Declaration
[DataMember]
public string PropertyOwnerType { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
SourceAlias
Source alias
Declaration
[DataMember]
public string SourceAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
| Improve this Doc View SourceEquals(Grouping)
Grouping equality check
Declaration
public bool Equals(Grouping other)
Parameters
| Type | Name | Description |
|---|---|---|
| Grouping | other | Grouping instance to compare |
Returns
| Type | Description |
|---|---|
| Boolean | Instances are contains the same data |