Class RepositoryDirectoryInfo
Model containing all information about a repository directory
Inheritance
System.Object
RepositoryDirectoryInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Repository
Assembly: Simplic.Framework.Repository.dll
Syntax
public class RepositoryDirectoryInfo
Properties
| Improve this Doc View SourceGuid
Unique id of the directory
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Id of the directory as hash-code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Id as hash-code |
Overrides
System.Object.GetHashCode()