Class ResolvedPath
Inheritance
System.Object
ResolvedPath
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Core
Assembly: Mediachase.BusinessFoundation.dll
Version: 12.17.2Syntax
public class ResolvedPath
Constructors
ResolvedPath()
Initializes a new instance of the ResolvedPath class.
Declaration
public ResolvedPath()
ResolvedPath(String, String, String)
Initializes a new instance of the ResolvedPath class.
Declaration
public ResolvedPath(string Name, string Path, string Key)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name | The name. |
System.String | Path | The path. |
System.String | Key | The key. |
Properties
Key
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |