CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IDotNetEvent

    Model definition of a event 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 IDotNetEvent : IDotNetMember, IDotNetModel, IModelStatus, ISourceFiles, IDotNetAttributes, IDocumentation, IParent, ILookup

    Properties

    | Improve this Doc View Source

    AddMethod

    The method that adds a subscription to the event.

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

    EventHandlerDelegate

    The event handler delegate used by the event.

    Declaration
    IDotNetDelegate EventHandlerDelegate { get; }
    Property Value
    Type Description
    IDotNetDelegate
    | Improve this Doc View Source

    EventType

    The event handler type that is assigned to the event.

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

    IsAbstract

    Flag that determines if the event has been implemented as an abstract event.

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

    IsOverride

    Flag that determines if the event has been overridden.

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

    IsSealed

    Flag that determines if the event has been sealed.

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

    IsStatic

    Flag that determines if the event is static.

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

    IsVirtual

    Flag that determines if the event is implemented as virtual.

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

    RaiseMethod

    The method definition to raise the event.

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

    RemoveMethod

    The method that removes a subscription to the event.

    Declaration
    IDotNetMethod RemoveMethod { get; }
    Property Value
    Type Description
    IDotNetMethod

    Extension Methods

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