C# 클래스 PRTools.Data.Contact

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: AcklenAvenue/PRTools 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnContactIdChanged void
OnContactIdChanging void
OnCustomerIdChanged void
OnCustomerIdChanging void
OnEmailChanged void
OnEmailChanging void
OnFirstNameChanged void
OnFirstNameChanging void
OnIsPrimaryChanged void
OnIsPrimaryChanging void
OnLastNameChanged void
OnLastNameChanging void
OnPhoneChanged void
OnPhoneChanging void

공개 메소드들

메소드 설명
CreateContact ( global contactId, global isPrimary, global customerId, global firstName, global lastName, global email, global phone ) : Contact

Create a new Contact object.

비공개 메소드들

메소드 설명
OnContactIdChanged ( ) : void
OnContactIdChanging ( global value ) : void
OnCustomerIdChanged ( ) : void
OnCustomerIdChanging ( global value ) : void
OnEmailChanged ( ) : void
OnEmailChanging ( global value ) : void
OnFirstNameChanged ( ) : void
OnFirstNameChanging ( global value ) : void
OnIsPrimaryChanged ( ) : void
OnIsPrimaryChanging ( global value ) : void
OnLastNameChanged ( ) : void
OnLastNameChanging ( global value ) : void
OnPhoneChanged ( ) : void
OnPhoneChanging ( global value ) : void

메소드 상세

CreateContact() 공개 정적인 메소드

Create a new Contact object.
public static CreateContact ( global contactId, global isPrimary, global customerId, global firstName, global lastName, global email, global phone ) : Contact
contactId global Initial value of the ContactId property.
isPrimary global Initial value of the IsPrimary property.
customerId global Initial value of the CustomerId property.
firstName global Initial value of the FirstName property.
lastName global Initial value of the LastName property.
email global Initial value of the Email property.
phone global Initial value of the Phone property.
리턴 Contact