C# Class Pipl.APIs.Data.Source

Show file Open project: piplcom/piplapis-csharp

Private Properties

Property Type Description

Public Methods

Method Description
Source ( string name = null, string category = null, string url = null, string domain = null, bool isSponsored = null ) : System
ValidateCategories ( HashSet categories ) : void

Method Details

Source() public method

public Source ( string name = null, string category = null, string url = null, string domain = null, bool isSponsored = null ) : System
name string
category string
url string
domain string
isSponsored bool
return System

ValidateCategories() public static method

public static ValidateCategories ( HashSet categories ) : void
categories HashSet
return void