FieldKernelNavInfo Class |
Namespace: NetQuarry.Data
The FieldKernelNavInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| FieldKernelNavInfo | Initializes a new instance of the FieldKernelNavInfo class |
| Name | Description | |
|---|---|---|
| Application |
Gets/Sets the Application object
| |
| BehaviorAttrs |
If set the link's request is for a new navigation
| |
| DetailPane |
If set, 'actpane=[detailpane]' is added to the link
| |
| LinkContainsParentInfo |
Gets or Sets whether or not the navigation link should contain parent info
per the LinkContainsParentInfo option.
| |
| LinkFilterExpr |
Gets/sets the expression to use as a filter for the drilldown. Applies to buttons only.
| |
| LinkKey |
Gets/sets the name of the LinkKey property. Applies only when LinkContainsParentInfo is set.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLink(String) |
Builds and returns a link for the field suitable for an HREF.
| |
| GetLink(String, String) |
Builds and returns a link for the field suitable for an HREF.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MOP | Gets or Sets the link's MOP (Module!Page) | |
| ParentQueryParams |
Gets or sets the link's parent navigation paramters
| |
| PrimaryKeyField | Gets or sets the Primary Key field. |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |