C# Class Docu.Documentation.Event

Inheritance: BaseDocumentationElement, IReferencable
Mostrar archivo Open project: cdrnet/docu Class Usage Examples

Public Methods

Method Description
Event ( EventIdentifier identifier, DeclaredType type ) : System
Resolve ( IReferencable>.IDictionary referencables ) : void
Unresolved ( EventIdentifier eventIdentifier, DeclaredType type ) : Event

Method Details

Event() public method

public Event ( EventIdentifier identifier, DeclaredType type ) : System
identifier EventIdentifier
type DeclaredType
return System

Resolve() public method

public Resolve ( IReferencable>.IDictionary referencables ) : void
referencables IReferencable>.IDictionary
return void

Unresolved() public static method

public static Unresolved ( EventIdentifier eventIdentifier, DeclaredType type ) : Event
eventIdentifier EventIdentifier
type DeclaredType
return Event