C# Class TypeNode, NotifyPropertyWeaver

Mostra 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_oe property

public List AllProperties
return List

EventInvoker public_oe property

public EventInvokerMethod, EventInvoker
return EventInvokerMethod,

IsChangedInvoker public_oe property

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

Mappings public_oe property

public List Mappings
return List

Nodes public_oe property

public List Nodes
return List

OnChangedMethods public_oe property

public List OnChangedMethods
return List

PropertyDatas public_oe property

public List PropertyDatas
return List

PropertyDependencies public_oe property

public List PropertyDependencies
return List

ShouldNotifyForAllInType public_oe property

public bool ShouldNotifyForAllInType
return bool

TypeDefinition public_oe property

public TypeDefinition TypeDefinition
return TypeDefinition