C# 클래스 EppLib.Entities.DomainContact

파일 보기 프로젝트 열기: CodeMakerInc/EppLib.NET

공개 프로퍼티들

프로퍼티 타입 설명
Id string
Type string

공개 메소드들

메소드 설명
DomainContact ( string id, string type )

메소드 상세

DomainContact() 공개 메소드

public DomainContact ( string id, string type )
id string
type string

프로퍼티 상세

Id 공개적으로 프로퍼티

public string Id
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string