NodeAttributes Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Represents an attributes of the node.
Syntax
public class NodeAttributes : IEquatable<NodeAttributes>
Implements
Inherited Members
Constructors
Name | Description |
---|---|
NodeAttributes(FileAttributes) | Initializes a new instance of the NodeAttributes |
Properties
Name | Description |
---|---|
FileAttributes | Gets the file attributes of the node. |
IsReadOnly | Gets a value indicating whether the FileAttributes.ReadOnly flag is set. |
Methods
Name | Description |
---|---|
Equals(NodeAttributes) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified |
GetHashCode() | Gets a hash code of this object. |
ToString() | Returns a string that represents the current NodeAttributes. |
Operators
Name | Description |
---|---|
Equality(NodeAttributes, NodeAttributes) | Determines whether two specified NodeAttributes have the same value. |
Inequality(NodeAttributes, NodeAttributes) | Determines whether two specified NodeAttributes have different values. |