Class PathsDefinition<T>
Fluent definition to specify paths.
public class PathsDefinition<T>Type Parameters
- T
- Inheritance
- 
      
      PathsDefinition<T>
- Inherited Members
- Extension Methods
Methods
Attach()
Applies the current definition to the parent.
public T Attach()Returns
- T
- An instance of the parent. 
Path(string)
Adds a path to the current PathsDefinition<T>.
public PathsDefinition<T> Path(string path)Parameters
- pathstring
- Property path for the current definition. Example: /path/* 
Returns
- PathsDefinition<T>
- An instance of the current PathsDefinition<T>.