Search Results for

    Show / Hide Table of Contents

    Class ParameterDocumentationAttribute

    Base parameter to document a function/selector parameter

    Inheritance
    System.Object
    ParameterDocumentationAttribute
    InputDocumentationAttribute
    OutputDocumentationAttribute
    Namespace: PnP.Framework.Modernization.Functions
    Assembly: PnP.Framework.dll
    Syntax
    public abstract class ParameterDocumentationAttribute : Attribute

    Properties

    Description

    Parameter description

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    Name

    Name of the parameter

    Declaration
    public string Name { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer