예제 #1
0
 /// <summary>
 /// Get adoxio_Region from adoxio_rmreviews
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioRmreviewid'>
 /// key: adoxio_rmreviewid of adoxio_rmreview
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioRegion Get(this IRegion operations, string adoxioRmreviewid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(adoxioRmreviewid, select, expand).GetAwaiter().GetResult());
 }
예제 #2
0
 /// <summary>
 /// Get bcgov_Region from bcgov_areas
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='bcgovAreaid'>
 /// key: bcgov_areaid of bcgov_area
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMbcgovRegion Get(this IRegion operations, string bcgovAreaid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.GetAsync(bcgovAreaid, select, expand).GetAwaiter().GetResult());
 }