MergeJoinFilter Members

Include Protected Members
Include Inherited Members

Represents a join filter or logical record relationship between to merge articles.

The MergeJoinFilter type exposes the following members.

Constructors

  Name Description
Public method MergeJoinFilter() Create a new instance of the MergeJoinFilter class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ArticleName Gets or sets the name of the child article filtered by the join filter.
Public property BaseTableName Gets or sets the name of the table object against which the article is filtered.
Public property BaseTableOwner Gets or sets the owner of the table object against which the article is filtered.
Public property FilterName Gets or sets the name of the merge article join filter.
Public property FilterTypes Gets or sets the type of merge join filter.
Public property JoinArticleName Gets or sets the name of the parent article to which the filtered article is joined.
Public property JoinFilterClause Gets or sets the clause that joins the child article, specified by ArticleName, to the parent article, specified by JoinArticleName, to filter the child article.
Public property JoinFilterId Gets or sets the ID of the join filter or logical record relationship.
Public property JoinTableName Gets or sets the name of the source table for the child article that is joined to the base table for the parent article.
Public property JoinTableOwner Gets or sets the owner of the source table for the child article that is joined to the base table for the parent article.
Public property JoinUniqueKey Gets or sets whether the join between the child article, specified by ArticleName, and the parent article, specified by JoinArticleName, is one-to-many, one-to-one, many-to-one, or many-to-many.
Public property UserData Gets or sets a property that allows users to attach their own data to this object.

Top