TransformationRule Members
Contains rules that specify how the transformation works.Constructors
Name | Description |
---|---|
TransformationRule() | Initializes a new instance of the TransformationRule class. |
TransformationRule(TransformationRule) | Initializes a new instance of the TransformationRule class with specified settings. |
Properties
Name | Description |
---|---|
ActualName | Gets the query node’s actual name. |
Alias | Gets or sets the query node’s alias. |
ColumnName | Gets or sets a name of the column to which the transformation applies. |
Flatten | Gets or sets whether to transform the properties of a complex column into separate columns. |
Unfold | Gets or sets whether to unfold a complex column to display its properties or values. |
Methods
Name | Description |
---|---|
Equals(TransformationRule) | Determines whether the current object has the same settings as the specified object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also