Class PathTemplateSource
Inheritance
System.Object
PathTemplateSource
Implements
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
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0Syntax
public class PathTemplateSource : IPathTemplateSource
Constructors
PathTemplateSource()
Initializes a new instance of the PathTemplateSource class.
Declaration
public PathTemplateSource()
PathTemplateSource(Object)
Initializes a new instance of the PathTemplateSource class.
Declaration
public PathTemplateSource(object externalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | externalSource | The external source. |
Properties
InnerValues
Gets the inner values.
Declaration
protected object InnerValues { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The inner values. |
Methods
GetItemPropertyInfo()
Declaration
protected virtual PropertyInfo GetItemPropertyInfo()
Returns
Type | Description |
---|---|
System.Reflection.PropertyInfo |
GetValue(String)
Gets the value.
Declaration
public virtual object GetValue(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
Returns
Type | Description |
---|---|
System.Object |
Explicit Interface Implementations
IPathTemplateSource.GetValue(String)
Gets the value.
Declaration
object IPathTemplateSource.GetValue(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
Returns
Type | Description |
---|---|
System.Object |