Class BindingPath
- Namespace
- TaleWorlds.Library
- Assembly
- TaleWorlds.Library.dll
public class BindingPath
- Inheritance
-
BindingPath
- Inherited Members
Constructors
BindingPath(IEnumerable<string>)
public BindingPath(IEnumerable<string> nodes)
Parameters
nodes
IEnumerable<string>
BindingPath(int)
public BindingPath(int path)
Parameters
path
int
BindingPath(string)
public BindingPath(string path)
Parameters
path
string
Properties
FirstNode
public string FirstNode { get; }
Property Value
LastNode
public string LastNode { get; }
Property Value
Nodes
public string[] Nodes { get; }
Property Value
- string[]
ParentPath
public BindingPath ParentPath { get; }
Property Value
Path
public string Path { get; }
Property Value
SubPath
public BindingPath SubPath { get; }
Property Value
Methods
Append(BindingPath)
public BindingPath Append(BindingPath bindingPath)
Parameters
bindingPath
BindingPath
Returns
CreateFromProperty(string)
public static BindingPath CreateFromProperty(string propertyName)
Parameters
propertyName
string
Returns
DecrementIfRelatedWith(BindingPath, int)
public void DecrementIfRelatedWith(BindingPath path, int startIndex)
Parameters
path
BindingPathstartIndex
int
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
IsRelatedWith(BindingPath)
public bool IsRelatedWith(BindingPath referencePath)
Parameters
referencePath
BindingPath
Returns
IsRelatedWithPath(string, BindingPath)
public static bool IsRelatedWithPath(string path, BindingPath referencePath)
Parameters
path
stringreferencePath
BindingPath
Returns
IsRelatedWithPathAsString(string, string)
public static bool IsRelatedWithPathAsString(string path, string referencePath)
Parameters
Returns
Simplify()
public BindingPath Simplify()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(BindingPath, BindingPath)
public static bool operator ==(BindingPath a, BindingPath b)
Parameters
Returns
operator !=(BindingPath, BindingPath)
public static bool operator !=(BindingPath a, BindingPath b)
Parameters
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).