C# Class PropertyData, NotifyPropertyWeaver

Show file 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 property

public List AlsoNotifyFor
return List

BackingFieldReference public property

public FieldReference BackingFieldReference
return FieldReference

CheckForEquality public property

public bool CheckForEquality
return bool

NotificationAddedDirectly public property

public bool NotificationAddedDirectly
return bool

PropertyDefinition public property

public PropertyDefinition PropertyDefinition
return PropertyDefinition

SetIsChanged public property

public bool SetIsChanged
return bool