bin/DSCParser.Shared.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DSCParser.Shared</name>
    </assembly>
    <members>
        <member name="T:Microsoft.PowerShell.DesiredStateConfiguration.ImplementedAsType">
            <summary>
            Enumerated values for DSC resource implementation type
            </summary>
        </member>
        <member name="F:Microsoft.PowerShell.DesiredStateConfiguration.ImplementedAsType.None">
            <summary>
            DSC resource implementation type not known
            </summary>
        </member>
        <member name="F:Microsoft.PowerShell.DesiredStateConfiguration.ImplementedAsType.PowerShell">
            <summary>
            DSC resource is implemented using PowerShell module
            </summary>
        </member>
        <member name="F:Microsoft.PowerShell.DesiredStateConfiguration.ImplementedAsType.Binary">
            <summary>
            DSC resource is implemented using a CIM provider
            </summary>
        </member>
        <member name="F:Microsoft.PowerShell.DesiredStateConfiguration.ImplementedAsType.Composite">
            <summary>
            DSC resource is a composite and implemented using configuration keyword
            </summary>
        </member>
        <member name="T:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo">
            <summary>
            Contains a DSC resource information
            </summary>
        </member>
        <member name="M:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.#ctor">
            <summary>
            Initializes a new instance of the DscResourceInfo class
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.ResourceType">
            <summary>
            Gets or sets resource type name
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.Name">
            <summary>
            Gets or sets Name of the resource. This name is used to access the resource
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.FriendlyName">
            <summary>
            Gets or sets friendly name defined for the resource
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.Module">
            <summary>
            Gets or sets module which implements the resource. This could point to parent module, if the DSC resource is implemented
            by one of nested modules.
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.ModuleName">
            <summary>
            Gets name of the module which implements the resource.
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.Version">
            <summary>
            Gets version of the module which implements the resource.
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.Path">
            <summary>
            Gets or sets of the file which implements the resource. For the reosurces which are defined using
            MOF file, this will be path to a module which resides in the same folder where schema.mof file is present.
            For composite resources, this will be the module which implements the resource
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.ParentPath">
            <summary>
            Gets or sets parent folder, where the resource is defined
            It is the folder containing either the implementing module(=Path) or folder containing ".schema.mof".
            For native providers, Path will be null and only ParentPath will be present.
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.ImplementedAs">
            <summary>
            Gets or sets a value which indicate how DSC resource is implemented
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.CompanyName">
            <summary>
            Gets or sets company which owns this resource
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.PropertiesAsResourceInfo">
            <summary>
            Gets or sets properties of the resource
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.Properties">
            <summary>
            Gets or sets properties of the resource
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.ImplementationDetail">
            <summary>
            Gets or sets implementation detail (e.g., "ScriptBased", "ClassBased")
            </summary>
        </member>
        <member name="M:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.UpdateProperties(System.Collections.Generic.List{Microsoft.PowerShell.DesiredStateConfiguration.DscResourcePropertyInfo})">
            <summary>
            Updates properties of the resource. Same as public variant, but accepts list of DscResourcePropertyInfo.
            Backwards compatibility for Windows PowerShell. It uses the DSCResourcePropertyInfo type from
            the Microsoft.Windows.DSC.CoreConfProviders.dll, which is incompatible with our own type.
            </summary>
            <param name="properties">Updated properties</param>
        </member>
        <member name="M:Microsoft.PowerShell.DesiredStateConfiguration.DscResourceInfo.UpdateProperties(System.Collections.Generic.List{System.Object})">
            <summary>
            Updates properties of the resource.
            </summary>
            <param name="properties">Updated properties</param>
        </member>
        <member name="T:Microsoft.PowerShell.DesiredStateConfiguration.DscResourcePropertyInfo">
            <summary>
            Contains a DSC resource property information
            </summary>
        </member>
        <member name="M:Microsoft.PowerShell.DesiredStateConfiguration.DscResourcePropertyInfo.#ctor">
            <summary>
            Initializes a new instance of the DscResourcePropertyInfo class
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourcePropertyInfo.Name">
            <summary>
            Gets or sets name of the property
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourcePropertyInfo.PropertyType">
            <summary>
            Gets or sets type of the property
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourcePropertyInfo.IsMandatory">
            <summary>
            Gets or sets a value indicating whether the property is mandatory or not
            </summary>
        </member>
        <member name="P:Microsoft.PowerShell.DesiredStateConfiguration.DscResourcePropertyInfo.Values">
            <summary>
            Gets Values for a resource property
            </summary>
        </member>
    </members>
</doc>