b995ac3912
* pnp * . * . * okee * ns * . * o * . * , * x * t * co * . * r * CastTo
38 lines
1015 B
C#
38 lines
1015 B
C#
//----------------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by https://github.com/StefH/ProxyInterfaceSourceGenerator.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//----------------------------------------------------------------------------------------
|
|
|
|
#nullable enable
|
|
using System;
|
|
|
|
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
|
{
|
|
public partial interface IClientContext
|
|
{
|
|
ProxyInterfaceSourceGeneratorTests.Source.PnP.IWeb Web { get; }
|
|
|
|
Microsoft.SharePoint.Client.Site Site { get; }
|
|
|
|
Microsoft.SharePoint.Client.RequestResources RequestResources { get; }
|
|
|
|
System.Version ServerVersion { get; }
|
|
|
|
|
|
|
|
Microsoft.SharePoint.Client.FormDigestInfo GetFormDigestDirect();
|
|
|
|
void ExecuteQuery();
|
|
|
|
System.Threading.Tasks.Task ExecuteQueryAsync();
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
#nullable disable |