Show / Hide Table of Contents

Class CustomEvent

Inheritance
System.Object
CustomEvent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public class CustomEvent

Constructors

CustomEvent(String, Metadata)

Declaration
public CustomEvent(string name, Metadata content)
Parameters
Type Name Description
System.String name
Metadata content

CustomEvent(String, Dictionary<String, String>)

Declaration
public CustomEvent(string name, Dictionary<string, string> content)
Parameters
Type Name Description
System.String name
System.Collections.Generic.Dictionary<System.String, System.String> content

Properties

Contents

Declaration
public Metadata Contents { get; }
Property Value
Type Description
Metadata

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX