C# Class TypeNode, NotifyPropertyWeaver

Show file Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Properties

Property Type Description
AllProperties List
EventInvoker EventInvokerMethod,
IsChangedInvoker Mono.Cecil.MethodReference
Mappings List
Nodes List
OnChangedMethods List
PropertyDatas List
PropertyDependencies List
ShouldNotifyForAllInType bool
TypeDefinition TypeDefinition

Public Methods

Method Description
TypeNode ( ) : System.Collections.Generic

Method Details

TypeNode() public method

public TypeNode ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

AllProperties public property

public List AllProperties
return List

EventInvoker public property

public EventInvokerMethod, EventInvoker
return EventInvokerMethod,

IsChangedInvoker public property

public MethodReference,Mono.Cecil IsChangedInvoker
return Mono.Cecil.MethodReference

Mappings public property

public List Mappings
return List

Nodes public property

public List Nodes
return List

OnChangedMethods public property

public List OnChangedMethods
return List

PropertyDatas public property

public List PropertyDatas
return List

PropertyDependencies public property

public List PropertyDependencies
return List

ShouldNotifyForAllInType public property

public bool ShouldNotifyForAllInType
return bool

TypeDefinition public property

public TypeDefinition TypeDefinition
return TypeDefinition