CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetParameter

    The definition of a parameter used in .Net.

    Inherited Members
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.ModelType
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    IDotNetAttributes.HasAttributes
    IDotNetAttributes.Attributes
    IParent.Parent
    ILookup.LookupPath
    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetParameter : IDotNetModel, IModelStatus, IDotNetAttributes, IParent, ILookup

    Properties

    | Improve this Doc View Source

    DefaultValue

    The default value assigned to the parameter. This will be null if the HasDefaultValue property is set to false.

    Declaration
    IDotNetParameterDefaultValue DefaultValue { get; }
    Property Value
    Type Description
    IDotNetParameterDefaultValue
    | Improve this Doc View Source

    HasDefaultValue

    Flag that determines if the parameter has a default value.

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

    IsGenericParameter

    Flag that determines if the parameter is a generic place holder.

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

    IsOptional

    Flag that determines if the parameter is optional.

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

    IsOut

    Flag that determines if the parameter is assigned the out keyword.

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

    IsParams

    Flag that determines if the parameter is an parameter array.

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

    IsRef

    Flag that determines if the parameter is assigned the ref keyword.

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

    Name

    The name of the parameter.

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

    ParameterType

    The data type assigned to the parameter.

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