C# Class DataAvail.Mvc.Account.OAuthServiceLogOnIdentifyer

Mostrar archivo Open project: data-avail/open-mvc Class Usage Examples

Public Properties

Property Type Description
ServiceKey string
ServiceType OAuthServiceType

Public Methods

Method Description
OAuthServiceLogOnIdentifyer ( OAuthServiceType ServiceType, string ServiceKey ) : System
ToGuid ( ) : System.Guid
ToString ( ) : string

Method Details

OAuthServiceLogOnIdentifyer() public method

public OAuthServiceLogOnIdentifyer ( OAuthServiceType ServiceType, string ServiceKey ) : System
ServiceType OAuthServiceType
ServiceKey string
return System

ToGuid() public method

public ToGuid ( ) : System.Guid
return System.Guid

ToString() public method

public ToString ( ) : string
return string

Property Details

ServiceKey public_oe property

public string ServiceKey
return string

ServiceType public_oe property

public OAuthServiceType ServiceType
return OAuthServiceType