• About Nexar Generic PLM Connector
  • Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • CustomPLMService.Contract
      • Models
        • Authentication
          • Auth
          • Context
          • Credentials
          • IContext
        • Items
          • AttributeValue
          • FileResource
          • Id
          • Item
          • ItemCreateSpec
          • ItemResult
          • ItemUpdateSpec
          • NumberingFormat
          • UomValue
          • Value
          • Value.Type
        • Metadata
          • AttributeSpec
          • AttributeSpec.Datatype
          • AttributeSpec.Valueset
          • BaseType
          • ListValue
          • RelationshipSpec
          • RelationshipType
          • Type
          • TypeId
        • Query
          • Query
          • QueryAttribute
          • QueryAttribute.Occurrences
        • Relationship
          • RelationshipRow
          • RelationshipTable
        • SupportedOperation
      • ICustomPlmMetadataService
      • ICustomPlmService

    Class Query

    Represents query in external system.

    Inheritance
    object
    Query
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CustomPLMService.Contract.Models.Query
    Assembly: CustomPLMService.Contract.dll
    Syntax
    public class Query

    Properties

    Attrs

    List of custom query attributes (see QueryAttribute).

    Declaration
    public List<QueryAttribute> Attrs { get; set; }
    Property Value
    Type Description
    List<QueryAttribute>

    FolderPath

    Folder path qualifier

    Declaration
    public string FolderPath { get; set; }
    Property Value
    Type Description
    string

    MaxRows

    Maximum number of results expected to be returned from this query

    Declaration
    public long MaxRows { get; set; }
    Property Value
    Type Description
    long

    ModifyDate

    Object modification date qualifier. If present, query results should contains objects modified after this date.

    Declaration
    public long ModifyDate { get; set; }
    Property Value
    Type Description
    long

    Type

    Object type name qualifier

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX