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

Search Results for

    Interface ICsAttributeParameter

    The model information for a attribute used for a c# implementation.

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

    Properties

    HasNamedParameter

    Flag that determines if the attribute parameter is a named value, or just part of the attributes constructor.

    Declaration
    bool HasNamedParameter { get; }
    Property Value
    Type Description
    bool

    Name

    The name of the parameter, if this is not a named parameter then it will be set to null

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    Value

    The value that was assigned to the parameter.

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