Method | Description | |
---|---|---|
Apply ( |
Apply the update to a single cache entry matching the path.
|
Method | Description | |
---|---|---|
PathEdit ( |
Create a new update command for an existing entry instance.
|
|
PathEdit ( string entryPath ) : System |
Create a new update command by path name.
|
public abstract Apply ( |
||
ent | /// The entry being processed. All fields are zeroed out if /// the path is a new path in the index. /// | |
return | void |
protected PathEdit ( |
||
ent | /// Entry instance to match path of. Only the path of this /// entry is actually considered during command evaluation. /// | |
return | System |
protected PathEdit ( string entryPath ) : System | ||
entryPath | string | path of the file within the repository. |
return | System |