C# 클래스 Testing.ContactType

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

Private Properties

프로퍼티 타입 설명
OnContactTypeIDChanged void
OnContactTypeIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void

공개 메소드들

메소드 설명
CreateContactType ( global contactTypeID, global name, global modifiedDate ) : ContactType

Create a new ContactType object.

비공개 메소드들

메소드 설명
OnContactTypeIDChanged ( ) : void
OnContactTypeIDChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

메소드 상세

CreateContactType() 공개 정적인 메소드

Create a new ContactType object.
public static CreateContactType ( global contactTypeID, global name, global modifiedDate ) : ContactType
contactTypeID global Initial value of the ContactTypeID property.
name global Initial value of the Name property.
modifiedDate global Initial value of the ModifiedDate property.
리턴 ContactType