CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetDelegate

    Model definition of a delegate in .net.

    Inherited Members
    IDotNetModel.LoadedFromSource
    IDotNetModel.Language
    IDotNetModel.ModelType
    IDotNetModel.SourceDocument
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    IDotNetAttributes.HasAttributes
    IDotNetAttributes.Attributes
    IDotNetGeneric.IsGeneric
    IDotNetGeneric.GenericParameters
    IDotNetGeneric.HasStrongTypesInGenerics
    IDotNetGeneric.GenericTypes
    IDocumentation.HasDocumentation
    IDocumentation.Documentation
    IDocumentation.AddBeforeDocsAsync(string)
    IDocumentation.AddAfterDocsAsync(string)
    IDocumentation.ReplaceDocsAsync(string)
    IDocumentation.DeleteDocsAsync()
    IParent.Parent
    ILookup.LookupPath
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    Namespace: CodeFactory.DotNet
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface IDotNetDelegate : IDotNetModel, IModelStatus, IDotNetAttributes, IDotNetGeneric, IDocumentation, IParent, ILookup, ISourceFiles

    Properties

    | Improve this Doc View Source

    BeginInvokeMethod

    The begin invoke method definition for this delegate.

    Declaration
    IDotNetMethod BeginInvokeMethod { get; }
    Property Value
    Type Description
    IDotNetMethod
    | Improve this Doc View Source

    EndInvokeMethod

    The end invoke method definition for this delegate.

    Declaration
    IDotNetMethod EndInvokeMethod { get; }
    Property Value
    Type Description
    IDotNetMethod
    | Improve this Doc View Source

    HasParameters

    Flag that determines if the method has parameters assigned to it.

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

    InvokeMethod

    The invoke method definition for this delegate.

    Declaration
    IDotNetMethod InvokeMethod { get; }
    Property Value
    Type Description
    IDotNetMethod
    | Improve this Doc View Source

    IsVoid

    Flag that determines if the delegate return is a void.

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

    Name

    The name assigned to the this item.

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

    Namespace

    The namespace the delegate is assigned to.

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

    Parameters

    List of the parameters that have been assigned to the delegate. If HasParameters property is set to false this will be an empty list.

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

    ReturnType

    The type information about the return type assigned to the method.

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

    Security

    The security scope that has been assigned to this item.

    Declaration
    DotNetSecurity Security { get; }
    Property Value
    Type Description
    DotNetSecurity

    Extension Methods

    DocumentationExtensions.CSharpFormatXmlDocumentationEnumerator(IDocumentation)
    © CodeFactory, LLC. All rights reserved.