메소드 | 설명 | |
---|---|---|
Matches ( object actual ) : bool |
Test whether the constraint is satisfied by a given value
|
|
SubDirectoryConstraint ( |
Initializes a new instance of the T:SubDirectoryConstraint class.
|
|
WriteDescriptionTo ( |
Write the constraint description to a MessageWriter
|
메소드 | 설명 | |
---|---|---|
BuildDirectoryList ( |
Builds a list of DirectoryInfo objects, recursing where necessary
|
|
DirectoriesEqual ( |
Method to compare two DirectoryInfo objects
|
|
IsDirectoryOnPath ( |
private method to determine whether a directory is within the path
|
public Matches ( object actual ) : bool | ||
actual | object | The value to be tested |
리턴 | bool |
public SubDirectoryConstraint ( |
||
dirInfo | The dir info. | |
리턴 | System |
public WriteDescriptionTo ( |
||
writer | The writer on which the description is displayed | |
리턴 | void |