Exemplo n.º 1
0
 /// <summary>
 /// Get adoxio_eventschedule_PrincipalObjectAttributeAccesses from
 /// adoxio_eventschedules
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='adoxioEventscheduleid'>
 /// key: adoxio_eventscheduleid of adoxio_eventschedule
 /// </param>
 /// <param name='principalobjectattributeaccessid'>
 /// key: principalobjectattributeaccessid of principalobjectattributeaccess
 /// </param>
 /// <param name='select'>
 /// Select properties to be returned
 /// </param>
 /// <param name='expand'>
 /// Expand related entities
 /// </param>
 public static MicrosoftDynamicsCRMprincipalobjectattributeaccess PrincipalObjectAttributeAccessesByKey(this IEventscheduleprincipalobjectattributeaccesses operations, string adoxioEventscheduleid, string principalobjectattributeaccessid, IList <string> select = default(IList <string>), IList <string> expand = default(IList <string>))
 {
     return(operations.PrincipalObjectAttributeAccessesByKeyAsync(adoxioEventscheduleid, principalobjectattributeaccessid, select, expand).GetAwaiter().GetResult());
 }