C# Class Pipl.APIs.Data.Fields.Job

Inheritance: Field
显示文件 Open project: piplcom/piplapis-csharp

Private Properties

Property Type Description

Public Methods

Method Description
Job ( string title = null, string organization = null, string industry = null, DateRange dateRange = null, System.DateTime validSince = null ) : System
ToString ( ) : string

Method Details

Job() public method

public Job ( string title = null, string organization = null, string industry = null, DateRange dateRange = null, System.DateTime validSince = null ) : System
title string
organization string
industry string
dateRange DateRange
validSince System.DateTime
return System

ToString() public method

public ToString ( ) : string
return string