Files
ProxyGenerator/tests/ProxyInterfaceSourceGeneratorTests/Destination/ProxyInterfaceSourceGeneratorTests.Source.PnP.ISecurableObject.g.cs
T
Stef Heyenrath 764d9d4f58 Change "nullable disable" to "nullable restore" (#65)
* Remove "#nullable disable" and the end of generated cs file

* restore

* .
2023-10-10 19:38:40 +02:00

41 lines
1.3 KiB
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 ISecurableObject
{
new Microsoft.SharePoint.Client.SecurableObject _Instance { get; }
[Microsoft.SharePoint.Client.RemoteAttribute]
ProxyInterfaceSourceGeneratorTests.Source.PnP.ISecurableObject FirstUniqueAncestorSecurableObject { get; }
[Microsoft.SharePoint.Client.RemoteAttribute]
bool HasUniqueRoleAssignments { get; }
[Microsoft.SharePoint.Client.RemoteAttribute]
Microsoft.SharePoint.Client.RoleAssignmentCollection RoleAssignments { get; }
[Microsoft.SharePoint.Client.RemoteAttribute]
void ResetRoleInheritance();
[Microsoft.SharePoint.Client.RemoteAttribute]
void BreakRoleInheritance(bool copyRoleAssignments, bool clearSubscopes);
}
}
#nullable restore