DSInternals/Src/DSInternals.PowerShell/Commands/ADReplCommandHierarchy.cd
Michael Grafnetter 85b48b32df - Added the Add-ADReplNgcKey cmdlet
- Added the UserPrincipalName parameter to Get-ADReplAccount cmdlet
- Improved DRS_MSG_GETCHGREQ_V8 delete
- Fixed Set-ADDBBootKey cmdlet output type
- Fixed some formatting inconsistencies
2019-08-24 23:07:57 +02:00

76 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="DSInternals.PowerShell.Commands.ADReplCommandBase">
<Position X="0.5" Y="0.5" Width="1.75" />
<Members>
<Method Name="BeginProcessing" Hidden="true" />
<Method Name="Dispose" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAAIBAAACAAAAAAAAAAAABAAAAAAAAAAAAAAgIAAAA=</HashCode>
<FileName>Commands\Base\ADReplCommandBase.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="DSInternals.PowerShell.Commands.ADReplObjectCommandBase">
<Position X="0.5" Y="2.75" Width="2.25" />
<Members>
<Field Name="ParameterSetByDN" Hidden="true" />
<Field Name="ParameterSetByGuid" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAgAAAAAAAAIACAAAAAAACAAAAAAA=</HashCode>
<FileName>Commands\Base\ADReplObjectCommandBase.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="DSInternals.PowerShell.Commands.AddADReplNgcKeyCommand">
<Position X="3" Y="6.75" Width="2.25" />
<Members>
<Method Name="ProcessRecord" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAIAAAAAAA=</HashCode>
<FileName>Commands\Replication\AddADReplNgcKeyCommand.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="DSInternals.PowerShell.Commands.GetADReplBackupKeyCommand">
<Position X="3" Y="2.75" Width="2.5" />
<Members>
<Method Name="BeginProcessing" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAAABAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Commands\Replication\GetADReplBackupKeyCommand.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="DSInternals.PowerShell.Commands.ADReplPrincipalCommandBase">
<Position X="0.5" Y="4.5" Width="2.25" />
<Members>
<Field Name="ParameterSetByName" Hidden="true" />
<Field Name="ParameterSetBySid" Hidden="true" />
<Field Name="ParameterSetByUPN" Hidden="true" />
<Method Name="ValidateDomainName" Hidden="true" />
</Members>
<Compartments>
<Compartment Name="Methods" Collapsed="true" />
</Compartments>
<TypeIdentifier>
<HashCode>BAAAAAAAAEAAAAAAAAAAAAAAAgAAAACQCACAAAEAAAA=</HashCode>
<FileName>Commands\Base\ADReplPrincipalCommandBase.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="DSInternals.PowerShell.Commands.GetADReplAccountCommand">
<Position X="0.5" Y="6.75" Width="2.25" />
<Members>
<Field Name="ParameterSetAll" Hidden="true" />
<Method Name="ProcessRecord" Hidden="true" />
<Method Name="ReturnAllAccounts" Hidden="true" />
<Method Name="ReturnSingleAccount" Hidden="true" />
</Members>
<TypeIdentifier>
<HashCode>AAAAAACAAAAAAAAAAwgAAAAAAAAAAAAAAIAIAAAAAAA=</HashCode>
<FileName>Commands\Replication\GetADReplAccountCommand.cs</FileName>
</TypeIdentifier>
</Class>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>