CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | Properties | List of all members
CoreTweet.TwitterParameterAttribute Class Reference

Twitter parameter attribute. More...

Inheritance diagram for CoreTweet.TwitterParameterAttribute:

Public Member Functions

 TwitterParameterAttribute (string name=null, object defaultValue=null)
 Initializes a new instance of the TwitterParameterAttribute class. More...
 

Properties

string Name [get]
 Name of the parameter binding for. More...
 
object DefaultValue [get]
 Default value of the parameter. More...
 

Detailed Description

Twitter parameter attribute.

Constructor & Destructor Documentation

◆ TwitterParameterAttribute()

CoreTweet.TwitterParameterAttribute.TwitterParameterAttribute ( string  name = null,
object  defaultValue = null 
)
inline

Initializes a new instance of the TwitterParameterAttribute class.

Parameters
nameName.
defaultValueDefault value.

Property Documentation

◆ DefaultValue

object CoreTweet.TwitterParameterAttribute.DefaultValue
get

Default value of the parameter.

The default value.

◆ Name

string CoreTweet.TwitterParameterAttribute.Name
get

Name of the parameter binding for.

The name.


The documentation for this class was generated from the following file: