CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface ICsParameter

    The definition of a parameter used in C#.

    Inherited Members
    ICsModel.ModelType
    ICsModel.GetModel<T>(string)
    ICsModel.GetModel(string)
    ICsAttributes.Attributes
    IDotNetParameter.Name
    IDotNetParameter.IsOut
    IDotNetParameter.IsRef
    IDotNetParameter.IsParams
    IDotNetParameter.IsOptional
    IDotNetParameter.IsGenericParameter
    IDotNetParameter.HasDefaultValue
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    IDotNetAttributes.HasAttributes
    ILookup.LookupPath
    IParent.Parent
    Namespace: CodeFactory.DotNet.CSharp
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface ICsParameter : ICsModel, ICsAttributes, IDotNetParameter, IDotNetModel, IModelStatus, IDotNetAttributes, ILookup, IParent, IParent

    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
    CsParameterDefaultValue DefaultValue { get; }
    Property Value
    Type Description
    CsParameterDefaultValue
    | Improve this Doc View Source

    ParameterType

    The data type assigned to the parameter.

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