NodeContentParameters Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9147)
Represents Node
Syntax
public class NodeContentParameters : IEquatable<NodeContentParameters>
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Node |
Initializes a new instance of the Node |
Fields
Name | Description |
---|---|
Read |
Represents read access requirement. |
Read |
Represents read and write access requirement. |
Write |
Represents write access requirement. |
Properties
Name | Description |
---|---|
Access |
Gets required access type to the file. |
Methods
Name | Description |
---|---|
Equals(Node |
Determines whether the specified |
Equals(Object) | Determines whether the specified |
Get |
Gets a hash code of this object. |
To |
Returns a string that represents the current Node |
Operators
Name | Description |
---|---|
Equality(Node |
Determines whether two specified Node |
Inequality(Node |
Determines whether two specified Node |