C# Class DataAvail.Mvc.Account.OAuthUserIdentifyer.OAuthUserDisplay

Mostrar archivo Open project: data-avail/open-mvc

Public Properties

Property Type Description
Name string
ServiceType OAuthServiceType

Public Methods

Method Description
OAuthUserDisplay ( string Name, OAuthServiceType ServiceType ) : System

Method Details

OAuthUserDisplay() public method

public OAuthUserDisplay ( string Name, OAuthServiceType ServiceType ) : System
Name string
ServiceType OAuthServiceType
return System

Property Details

Name public_oe property

public string Name
return string

ServiceType public_oe property

public OAuthServiceType ServiceType
return OAuthServiceType