ModelNames Class¶
Methods¶
-
CreateIndexModelName
(System.String, System.Int32)¶ Arguments: - parentName (System.String) –
- index (System.Int32) –
Return type: System.String
public static string CreateIndexModelName(string parentName, int index)
-
CreateIndexModelName
(System.String, System.String) Arguments: - parentName (System.String) –
- index (System.String) –
Return type: System.String
public static string CreateIndexModelName(string parentName, string index)
-
CreatePropertyModelName
(System.String, System.String)¶ Arguments: - prefix (System.String) –
- propertyName (System.String) –
Return type: System.String
public static string CreatePropertyModelName(string prefix, string propertyName)
-