C# 클래스 RockWeb.Blocks.Crm.PersonDto

파일 보기 프로젝트 열기: NewPointe/Rockit 1 사용 예제들

공개 메소드들

메소드 설명
PersonDto ( int personAliasId, string lastName, string firstNames ) : System
PersonDto ( string commandArg ) : System

메소드 상세

PersonDto() 공개 메소드

public PersonDto ( int personAliasId, string lastName, string firstNames ) : System
personAliasId int
lastName string
firstNames string
리턴 System

PersonDto() 공개 메소드

public PersonDto ( string commandArg ) : System
commandArg string
리턴 System