Class RepositoryDirectoryInfo
Model containing all information about a repository directory
Inheritance
System.Object
RepositoryDirectoryInfo
Namespace: Simplic.Framework.Repository
Assembly: Simplic.Framework.Repository.dll
Syntax
public class RepositoryDirectoryInfo : object
Properties
| Improve this Doc View SourceGuid
Unique id of the directory
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Name of the directory
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parent
Parent guid of the directory
Declaration
public Guid Parent { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Path
Full path of the directory
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(Object)
Compare to directories by it's ids
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Value to compare |
Returns
Type | Description |
---|---|
System.Boolean | True if both Direcotery-Guid are equal |
GetHashCode()
Id of the directory as hash-code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Id as hash-code |