CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetField

    Model definition of a field in .net.

    Inherited Members
    IDotNetMember.Name
    IDotNetMember.Security
    IDotNetMember.MemberType
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.ModelType
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    IDotNetAttributes.HasAttributes
    IDotNetAttributes.Attributes
    IDocumentation.HasDocumentation
    IDocumentation.Documentation
    IDocumentation.AddBeforeDocsAsync(string)
    IDocumentation.AddAfterDocsAsync(string)
    IDocumentation.ReplaceDocsAsync(string)
    IDocumentation.DeleteDocsAsync()
    IParent.Parent
    ILookup.LookupPath
    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetField : IDotNetMember, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IParent, ILookup

    Properties

    | Improve this Doc View Source

    ConstantValue

    The value that was assigned to the constant. Will return as the string representation of the value.

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

    DataType

    The data type assigned to the field.

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

    IsConstant

    Flag that determines if the field is a constant.

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

    IsReadOnly

    Flag that determines if this field is set to readonly.

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

    IsStatic

    Flag that determines if the field is set to be static.

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

    Extension Methods

    DocumentationExtensions.CSharpFormatXmlDocumentationEnumerator(IDocumentation)
    DotNetMemberExtensions.FormatCSharpComparisonHashCode(IDotNetField, bool, bool, bool)
    DotNetMemberExtensions.FormatCSharpDeclarationSyntax(IDotNetField, bool, bool, bool)
    DotNetMemberExtensions.FormatCSharpMemberComparisonHashCode(IDotNetMember, MemberComparisonType)
    © CodeFactory, LLC. All rights reserved.