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

Inheritance: Field
Mostra file Open project: piplcom/piplapis-csharp

Private Properties

Property Type Description

Public Methods

Method Description
Name ( string prefix = null, string first = null, string middle = null, string last = null, string suffix = null, string raw = null, NameTypes type = null, System.DateTime validSince = null ) : System
ToString ( ) : string

Method Details

Name() public method

public Name ( string prefix = null, string first = null, string middle = null, string last = null, string suffix = null, string raw = null, NameTypes type = null, System.DateTime validSince = null ) : System
prefix string
first string
middle string
last string
suffix string
raw string
type NameTypes
validSince System.DateTime
return System

ToString() public method

public ToString ( ) : string
return string