Class PathReplacement
This class defines how a dependent resources' url should be modelled
Inheritance
System.Object
PathReplacement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.SevDeskExport
Assembly: Dangl.SevDeskExport.dll
Syntax
public class PathReplacement
Properties
| Improve this Doc View SourceBaseModel
The name of the base model
Declaration
public string BaseModel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ObjectProperty
The name of the property in the base model that should be used for replacement
Declaration
public string ObjectProperty { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UrlParameterName
The parameter name in the url, e.g. 'id' means that the '{id}' segment in an url will be replaced
Declaration
public string UrlParameterName { get; set; }
Property Value
Type | Description |
---|---|
System.String |