C# 클래스 Pipl.APIs.Data.Fields.Name

상속: Field
파일 보기 프로젝트 열기: piplcom/piplapis-csharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Name() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string