Exemplo n.º 1
0
 public string GetRecursiveUniqueName(int parentInstanceIndex)
 {
     return(InstancePathItem.GenerateUniqueNameString(base.ID, this.InstancePath, parentInstanceIndex));
 }
 public static string GenerateUniqueNameString(int id, List <InstancePathItem> instancePath)
 {
     return(InstancePathItem.GenerateUniqueNameString(id.ToString(CultureInfo.InvariantCulture), instancePath));
 }