C# Class Rebel.Framework.Linq.QueryModel.FromClause

Show file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Properties

Property Type Description
RevisionStatusNotSpecified string
RevisionStatusNotSpecifiedType RevisionStatusType

Public Methods

Method Description
FromClause ( ) : System.Collections.Generic
FromClause ( IEnumerable startIds, HierarchyScope hierarchyScope, RevisionStatusType revisionStatus, string hierarchyType = null, IEnumerable requiredEntityIds = null ) : System.Collections.Generic
FromClause ( IEnumerable startIds, IEnumerable excludeStartIds, IEnumerable excludeIds, HierarchyScope hierarchyScope, RevisionStatusType revisionStatus, string hierarchyType = null, IEnumerable requiredEntityIds = null ) : System.Collections.Generic

Method Details

FromClause() public method

public FromClause ( ) : System.Collections.Generic
return System.Collections.Generic

FromClause() public method

public FromClause ( IEnumerable startIds, HierarchyScope hierarchyScope, RevisionStatusType revisionStatus, string hierarchyType = null, IEnumerable requiredEntityIds = null ) : System.Collections.Generic
startIds IEnumerable
hierarchyScope HierarchyScope
revisionStatus RevisionStatusType
hierarchyType string
requiredEntityIds IEnumerable
return System.Collections.Generic

FromClause() public method

public FromClause ( IEnumerable startIds, IEnumerable excludeStartIds, IEnumerable excludeIds, HierarchyScope hierarchyScope, RevisionStatusType revisionStatus, string hierarchyType = null, IEnumerable requiredEntityIds = null ) : System.Collections.Generic
startIds IEnumerable
excludeStartIds IEnumerable
excludeIds IEnumerable
hierarchyScope HierarchyScope
revisionStatus RevisionStatusType
hierarchyType string
requiredEntityIds IEnumerable
return System.Collections.Generic

Property Details

RevisionStatusNotSpecified public static property

public static string RevisionStatusNotSpecified
return string

RevisionStatusNotSpecifiedType public static property

public static RevisionStatusType RevisionStatusNotSpecifiedType
return RevisionStatusType