Ejemplo n.º 1
0
 /// <summary>
 /// Get adoxio_licencetype_enforcementactions from adoxio_licencetypes
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioLicencetypeid'>
 /// key: adoxio_licencetypeid of adoxio_licencetype
 /// </param>
 /// <param name='adoxioEnforcementactionid'>
 /// key: adoxio_enforcementactionid of adoxio_enforcementaction
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMadoxioEnforcementaction EnforcementactionsByKey(this ILicencetypeenforcementactions operations, string adoxioLicencetypeid, string adoxioEnforcementactionid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.EnforcementactionsByKeyAsync(adoxioLicencetypeid, adoxioEnforcementactionid, select, expand).GetAwaiter().GetResult());
 }