• 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

    Interface IContext

    Namespace: CustomPLMService.Contract.Models.Authentication
    Assembly: CustomPLMService.Contract.dll
    Syntax
    public interface IContext

    Properties

    Credentials

    Declaration
    Credentials Credentials { get; }
    Property Value
    Type Description
    Credentials

    Initialized

    Declaration
    bool Initialized { get; }
    Property Value
    Type Description
    bool

    Token

    Declaration
    string Token { get; }
    Property Value
    Type Description
    string

    Methods

    FromAuth(Auth)

    Declaration
    void FromAuth(Auth auth)
    Parameters
    Type Name Description
    Auth auth
    In this article
    Back to top Generated by DocFX