CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Interface ICsParameterDefaultValue

    Model that represents a default value for a ICsParameter model.

    Inherited Members
    ICsModel.LoadedFromSource
    ICsModel.Language
    ICsModel.ModelType
    ICsModel.SourceDocument
    ICsModel.GetModel<T>(string)
    ICsModel.GetModel(string)
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    IParent.Parent
    ILookup.LookupPath
    Namespace: CodeFactory.WinVs.Models.CSharp
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface ICsParameterDefaultValue : ICsModel, IModelStatus, IParent, ILookup

    Properties

    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

    ValueType

    The type of default value assigned to the parameter.

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