CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetTupleTypeParameter

    Data model that tracks an individual part of a tuple definition.

    Inherited Members
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.ModelType
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetTupleTypeParameter : IDotNetModel, IModelStatus

    Properties

    | Improve this Doc View Source

    HasDefaultName

    Flag that determines if the named assigned to the tuple was system generated or defined in source.

    Declaration
    bool HasDefaultName { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    Name

    The name assigned to the tuple parameter.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    TupleType

    The model with the type definition assigned to the tuple.

    Declaration
    IDotNetType TupleType { get; }
    Property Value
    Type Description
    IDotNetType
    © CodeFactory, LLC. All rights reserved.