[]
Interface that supports user-defined names in formulas in the data model.
public interface ICustomNameSupport
Public Interface ICustomNameSupport
Name | Description |
---|---|
AddCustomName(string, Expression) | Adds a new user-defined name for the specified value, as an expression, to the model. |
AddCustomName(string, string, int, int) | Adds a new user-defined name for the specified value, as string, to the model. |
GetCustomName(string) | Gets the user-defined name, as an expression, in the model. |
GetCustomName(string, int, int) | Gets the user-defined name, as a string, from the model. |
GetCustomNameEnumerator() | Gets an IEnumerator that enumerates through the custom names defined in the model. |
RemoveCustomName(string) | Removes a user-defined name from the model. |