Class FilestreamRootPath
Filestream RootPath
Inheritance
System.Object
FilestreamRootPath
Namespace: MESL.SqlRace.Domain.Repositories.Filestream
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FilestreamRootPath : Object
Constructors
FilestreamRootPath(Int32, String, RootPathType)
Initializes a new instance of the FilestreamRootPath class.
Declaration
public FilestreamRootPath(int id, string rootPath, RootPathType type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id | The identifier. |
| System.String | rootPath | The root path. |
| RootPathType | type | The type. |
Properties
Id
Gets or sets the root path identifier.
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The identifier. |
Path
Gets or sets the root path.
Declaration
public string Path { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The path. |
PathType
Gets or sets the root path type.
Declaration
public RootPathType PathType { get; }
Property Value
| Type | Description |
|---|---|
| RootPathType | The type of the path. |
Methods
Equals(FilestreamRootPath)
Equals
Declaration
public bool Equals(FilestreamRootPath other)
Parameters
| Type | Name | Description |
|---|---|---|
| FilestreamRootPath | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Equals(Object)
Equals
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
GetHashCode()
GetHashCode
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Operators
Equality(FilestreamRootPath, FilestreamRootPath)
Overloaded == Operator
Declaration
public static bool operator ==(FilestreamRootPath left, FilestreamRootPath right)
Parameters
| Type | Name | Description |
|---|---|---|
| FilestreamRootPath | left | |
| FilestreamRootPath | right |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Inequality(FilestreamRootPath, FilestreamRootPath)
Overloaded != Operator
Declaration
public static bool operator !=(FilestreamRootPath left, FilestreamRootPath right)
Parameters
| Type | Name | Description |
|---|---|---|
| FilestreamRootPath | left | |
| FilestreamRootPath | right |
Returns
| Type | Description |
|---|---|
| System.Boolean |