Show / Hide Table of Contents

Class Parameter

Represents a method's parameter.

Inheritance
object
Parameter
Implements
IParameter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Discovery
Assembly: Google.Apis.Core.dll
Syntax
public class Parameter : IParameter

Properties

DefaultValue

Gets the default value of this parameter.

Declaration
public string DefaultValue { get; set; }
Property Value
Type Description
string

IsRequired

Gets an indication whether this parameter is optional or required.

Declaration
public bool IsRequired { get; set; }
Property Value
Type Description
bool

Name

Gets the name of the parameter.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ParameterType

Gets the type of the parameter.

Declaration
public string ParameterType { get; set; }
Property Value
Type Description
string

Pattern

Gets the pattern that this parameter must follow.

Declaration
public string Pattern { get; set; }
Property Value
Type Description
string

Implements

IParameter

Extension Methods

Utilities.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX