C# Class dk.nita.saml20.Schema.Metadata.Contact

显示文件 Open project: symplified/Symplified.Auth

Private Properties

Property Type Description

Public Methods

Method Description
Contact ( ) : System

Initializes a new instance of the Contact class.

Contact ( ContactType contactType ) : System

Initializes a new instance of the Contact class.

Method Details

Contact() public method

Initializes a new instance of the Contact class.
public Contact ( ) : System
return System

Contact() public method

Initializes a new instance of the Contact class.
public Contact ( ContactType contactType ) : System
contactType ContactType Type of the contact.
return System