C# Class ProjectReader, NotifyPropertyWeaver

Afficher le fichier Open project: shiftkey/NotifyPropertyWeaver Class Usage Examples

Méthodes publiques

Свойство Type Description
CheckForEquality bool?
CheckForIsChanged bool?
DependenciesDirectory string
EventInvokerName string
MessageImportance MessageImportance?
ProcessFields bool?
TargetNode string
TargetPath string
ToolsDirectory string
TryToWeaveAllTypes bool?

Méthodes publiques

Méthode Description
GetDependenciesDirectory ( string projectFile ) : string
GetToolsDirectory ( string projectFile ) : string
ProjectReader ( string projectFile ) : System
SetWeavingProps ( ) : void
ToBool ( XAttribute attribute ) : bool?

Private Methods

Méthode Description
ConvertToEnum ( string messageImportance ) : MessageImportance?
ReadXDocument ( string projectFile ) : System.Xml.Linq.XDocument

Method Details

GetDependenciesDirectory() public static méthode

public static GetDependenciesDirectory ( string projectFile ) : string
projectFile string
Résultat string

GetToolsDirectory() public static méthode

public static GetToolsDirectory ( string projectFile ) : string
projectFile string
Résultat string

ProjectReader() public méthode

public ProjectReader ( string projectFile ) : System
projectFile string
Résultat System

SetWeavingProps() public méthode

public SetWeavingProps ( ) : void
Résultat void

ToBool() public static méthode

public static ToBool ( XAttribute attribute ) : bool?
attribute XAttribute
Résultat bool?

Property Details

CheckForEquality public_oe property

public bool? CheckForEquality
Résultat bool?

CheckForIsChanged public_oe property

public bool? CheckForIsChanged
Résultat bool?

DependenciesDirectory public_oe property

public string DependenciesDirectory
Résultat string

EventInvokerName public_oe property

public string EventInvokerName
Résultat string

MessageImportance public_oe property

public MessageImportance? MessageImportance
Résultat MessageImportance?

ProcessFields public_oe property

public bool? ProcessFields
Résultat bool?

TargetNode public_oe property

public string TargetNode
Résultat string

TargetPath public_oe property

public string TargetPath
Résultat string

ToolsDirectory public_oe property

public string ToolsDirectory
Résultat string

TryToWeaveAllTypes public_oe property

public bool? TryToWeaveAllTypes
Résultat bool?