CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
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.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)
    ICsModel.ModelType
    ICsModel.GetModel<T>(string)
    ICsModel.GetModel(string)
    ICsAttributes.Attributes
    ICsGeneric.GenericParameters
    ICsGeneric.GenericTypes
    IParent.Parent
    IDotNetClass.IsStatic
    IDotNetClass.IsAbstract
    IDotNetClass.IsSealed
    IDotNetContainer.Name
    IDotNetContainer.Namespace
    IDotNetContainer.GetBodySyntaxAsync()
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    IDotNetAttributes.HasAttributes
    IDocumentation.HasDocumentation
    IDocumentation.Documentation
    IDocumentation.AddBeforeDocsAsync(string)
    IDocumentation.AddAfterDocsAsync(string)
    IDocumentation.ReplaceDocsAsync(string)
    IDocumentation.DeleteDocsAsync()
    IDotNetGeneric.IsGeneric
    IDotNetGeneric.HasStrongTypesInGenerics
    ILookup.LookupPath
    Namespace: CodeFactory.DotNet.CSharp
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface ICsClass : ICsNestedContainers, ICsContainer, ICsModel, ICsAttributes, ICsGeneric, IParent, IDotNetClass, IDotNetNestedContainers, IDotNetContainer, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IDotNetGeneric, IParent, ILookup

    Properties

    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    Constructors

    List of the constructors implemented in this class.

    Declaration
    IReadOnlyList<CsMethod> Constructors { get; }
    Property Value
    Type Description
    IReadOnlyList<CsMethod>
    | Improve this Doc View Source

    Destructor

    The destructor implemented in this class.

    Declaration
    CsMethod Destructor { get; }
    Property Value
    Type Description
    CsMethod
    | Improve this Doc View Source

    Fields

    List of the fields implemented in this class.

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

    Extension Methods

    DocumentationExtensions.CSharpFormatXmlDocumentationEnumerator(IDocumentation)
    DotNetContainerExtensions.MissingInterfaceMembers(IDotNetClass)
    DotNetContainerExtensions.FormatCSharpComparisonMembers(IDotNetContainer, MemberComparisonType)
    © CodeFactory, LLC. All rights reserved.