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

Search Results for

    Interface ICsClass

    Model definition for a class in C#.

    Inherited Members
    ICsNestedContainers.NestedModels
    ICsNestedContainers.NestedClasses
    ICsNestedContainers.NestedInterfaces
    ICsNestedContainers.NestedStructures
    ICsNestedContainers.NestedEnums
    ICsContainer.ContainerType
    ICsContainer.Name
    ICsContainer.Namespace
    ICsContainer.Security
    ICsContainer.InheritedInterfaces
    ICsContainer.Members
    ICsContainer.Methods
    ICsContainer.Properties
    ICsContainer.Events
    ICsContainer.AddBeforeAsync(string, string)
    ICsContainer.AddBeforeAsync(string)
    ICsContainer.AddBeforeAsync(string, bool)
    ICsContainer.AddAfterAsync(string, string)
    ICsContainer.AddAfterAsync(string)
    ICsContainer.AddToBeginningAsync(string, string)
    ICsContainer.AddToBeginningAsync(string)
    ICsContainer.AddToEndAsync(string, string)
    ICsContainer.AddToEndAsync(string)
    ICsContainer.DeleteAsync(string)
    ICsContainer.DeleteAsync()
    ICsContainer.GetSourceLocationAsync(string)
    ICsContainer.GetSourceLocationAsync()
    ICsContainer.GetBodySourceLocationAsync(string)
    ICsContainer.GetBodySourceLocationAsync()
    ICsContainer.ReplaceAsync(string, string)
    ICsContainer.ReplaceAsync(string)
    ICsContainer.GetBodySyntaxAsync()
    ICsModel.LoadedFromSource
    ICsModel.Language
    ICsModel.ModelType
    ICsModel.SourceDocument
    ICsModel.GetModel<T>(string)
    ICsModel.GetModel(string)
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    ICsAttributes.HasAttributes
    ICsAttributes.Attributes
    IDocumentation.HasDocumentation
    IDocumentation.Documentation
    IDocumentation.AddBeforeDocsAsync(string)
    IDocumentation.AddAfterDocsAsync(string)
    IDocumentation.ReplaceDocsAsync(string)
    IDocumentation.DeleteDocsAsync()
    ICsGeneric.IsGeneric
    ICsGeneric.GenericParameters
    ICsGeneric.HasStrongTypesInGenerics
    ICsGeneric.GenericTypes
    IParent.Parent
    ILookup.LookupPath
    Namespace: CodeFactory.WinVs.Models.CSharp
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface ICsClass : ICsNestedContainers, ICsContainer, ICsModel, IModelStatus, ISourceFiles, ICsAttributes, IDocumentation, ICsGeneric, IParent, ILookup

    Properties

    BaseClass

    The base class assigned to this class. This will be null if HasBase is false.

    Declaration
    CsClass BaseClass { get; }
    Property Value
    Type Description
    CsClass

    Constructors

    List of the constructors implemented in this class.

    Declaration
    IReadOnlyList<CsMethod> Constructors { get; }
    Property Value
    Type Description
    IReadOnlyList<CsMethod>

    Destructor

    The destructor implemented in this class.

    Declaration
    CsMethod Destructor { get; }
    Property Value
    Type Description
    CsMethod

    Fields

    List of the fields implemented in this class.

    Declaration
    IReadOnlyList<CsField> Fields { get; }
    Property Value
    Type Description
    IReadOnlyList<CsField>

    IsAbstract

    Flat that determines if this is an abstract class.

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

    IsSealed

    Flag that determines if this class has been sealed.

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

    IsStatic

    Flag that determines if this class is static.

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

    Extension Methods

    GenerateCSharpDocumentationExtensions.GenerateCSharpXmlDocumentation(IDocumentation, int)
    GenerateCSharpDocumentationExtensions.GenerateCSharpXmlDocumentationEnumerator(IDocumentation)
    © CodeFactory, LLC. All rights reserved.