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
nodesIEnumerable<string>
BindingPath(int)
public BindingPath(int path)
Parameters
pathint
BindingPath(string)
public BindingPath(string path)
Parameters
pathstring
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
bindingPathBindingPath
Returns
CreateFromProperty(string)
public static BindingPath CreateFromProperty(string propertyName)
Parameters
propertyNamestring
Returns
DecrementIfRelatedWith(BindingPath, int)
public void DecrementIfRelatedWith(BindingPath path, int startIndex)
Parameters
pathBindingPathstartIndexint
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
IsRelatedWith(BindingPath)
public bool IsRelatedWith(BindingPath referencePath)
Parameters
referencePathBindingPath
Returns
IsRelatedWithPath(string, BindingPath)
public static bool IsRelatedWithPath(string path, BindingPath referencePath)
Parameters
pathstringreferencePathBindingPath
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).