CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetParameterDefaultValue

    Model that represents a default value for a IDotNetParameter model.

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

    Properties

    | Improve this Doc View Source

    Value

    If the default value is a literal value the value will be set, otherwise it will be set to null.

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

    ValueType

    The type of default value assigned to the parameter.

    Declaration
    ParameterDefaultValueType ValueType { get; }
    Property Value
    Type Description
    ParameterDefaultValueType

    Extension Methods

    DotNetModelExtensions.FormatCSharpParameterDefaultValueSyntax(IDotNetParameterDefaultValue, IDotNetType)
    © CodeFactory, LLC. All rights reserved.