C# Class PropertyData, NotifyPropertyWeaver

Mostrar archivo Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Public Properties

Property Type Description
AlsoNotifyFor List
BackingFieldReference FieldReference
CheckForEquality bool
NotificationAddedDirectly bool
PropertyDefinition PropertyDefinition
SetIsChanged bool

Public Methods

Method Description
PropertyData ( ) : System.Collections.Generic

Method Details

PropertyData() public method

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

Property Details

AlsoNotifyFor public_oe property

public List AlsoNotifyFor
return List

BackingFieldReference public_oe property

public FieldReference BackingFieldReference
return FieldReference

CheckForEquality public_oe property

public bool CheckForEquality
return bool

NotificationAddedDirectly public_oe property

public bool NotificationAddedDirectly
return bool

PropertyDefinition public_oe property

public PropertyDefinition PropertyDefinition
return PropertyDefinition

SetIsChanged public_oe property

public bool SetIsChanged
return bool