CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface ICsEvent

    Model definition of a event in c#.

    Inherited Members
    ICsMember.Security
    ICsMember.MemberType
    ICsMember.AddBeforeAsync(string, string)
    ICsMember.AddBeforeAsync(string)
    ICsMember.AddBeforeAsync(string, bool)
    ICsMember.AddAfterAsync(string, string)
    ICsMember.AddAfterAsync(string)
    ICsMember.DeleteAsync(string)
    ICsMember.DeleteAsync()
    ICsMember.GetSourceLocationAsync(string)
    ICsMember.GetSourceLocationAsync()
    ICsMember.ReplaceAsync(string, string)
    ICsMember.ReplaceAsync(string)
    ICsMember.CommentOutSyntaxAsync(string)
    ICsMember.GetMemberSyntaxAsync()
    ICsModel.ModelType
    ICsModel.GetModel<T>(string)
    ICsModel.GetModel(string)
    ICsAttributes.Attributes
    IParent.Parent
    IDotNetEvent.IsAbstract
    IDotNetEvent.IsVirtual
    IDotNetEvent.IsOverride
    IDotNetEvent.IsSealed
    IDotNetEvent.IsStatic
    IDotNetMember.Name
    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()
    ILookup.LookupPath
    Namespace: CodeFactory.DotNet.CSharp
    Assembly: CodeFactory.DotNet.dll
    Syntax
    public interface ICsEvent : ICsMember, ICsModel, ICsAttributes, IParent, 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
    CsMethod AddMethod { get; }
    Property Value
    Type Description
    CsMethod
    | Improve this Doc View Source

    EventHandlerDelegate

    The event handler delegate used by the event.

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

    EventType

    The event handler type that is assigned to the event.

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

    RaiseMethod

    The method definition to raise the event.

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

    RemoveMethod

    The method that removes a subscription to the event.

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

    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.