/// <summary>
 /// Retrieves the pier label assignments of an object.
 /// </summary>
 /// <param name="app">The application.</param>
 /// <returns>System.String.</returns>
 protected string getPierName(IPier app)
 {
     _pierName = app.GetPier(Name);
     return(_pierName);
 }
Esempio n. 2
0
 /// <summary>
 /// Retrieves the pier label assignments of an object.
 /// </summary>
 /// <param name="app">The application.</param>
 protected void getPier(IPier app)
 {
     Pier = Pier.Factory(app.GetPier(Name));
 }