Interface IExternalLink
External link interface
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
public interface IExternalLink : ICloneable
Properties
| Improve this Doc View SourceChildLinkType
Child link type
Declaration
Type ChildLinkType { get; }
Property Value
Type | Description |
---|---|
Type |
ChildProperty
Child property
Declaration
string ChildProperty { get; }
Property Value
Type | Description |
---|---|
String |
ChildType
Child type
Declaration
Type ChildType { get; }
Property Value
Type | Description |
---|---|
Type |
Combination
Filter combination name
Declaration
string Combination { get; }
Property Value
Type | Description |
---|---|
String |
DirectLink
Direct link flag
Declaration
bool DirectLink { get; }
Property Value
Type | Description |
---|---|
Boolean |
FilterName
Filter name
Declaration
string FilterName { get; }
Property Value
Type | Description |
---|---|
String |
MasterRefresh
Master refresh flag
Declaration
bool MasterRefresh { get; }
Property Value
Type | Description |
---|---|
Boolean |
Nullable
Null value handling
Declaration
FilterNullable Nullable { get; }
Property Value
Type | Description |
---|---|
FilterNullable |
Operation
Filter operation
Declaration
FilterOperation Operation { get; }
Property Value
Type | Description |
---|---|
FilterOperation |
PrimaryFilter
Primary filter flag
Declaration
bool PrimaryFilter { get; }
Property Value
Type | Description |
---|---|
Boolean |
PropertyName
Property name
Declaration
string PropertyName { get; }
Property Value
Type | Description |
---|---|
String |
TreeFilter
Tree filter flag
Declaration
bool TreeFilter { get; }
Property Value
Type | Description |
---|---|
Boolean |