C# 클래스 PRTools.Data.CustomerDocumentURL

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

Private Properties

프로퍼티 타입 설명
OnBodyChanged void
OnBodyChanging void
OnCreatedByUsernameChanged void
OnCreatedByUsernameChanging void
OnCreatedDateChanged void
OnCreatedDateChanging void
OnCustomerCommentsChanged void
OnCustomerCommentsChanging void
OnCustomerDocumentURLIdChanged void
OnCustomerDocumentURLIdChanging void
OnCustomerIdChanged void
OnCustomerIdChanging void
OnDocumentIdChanged void
OnDocumentIdChanging void
OnEditedChanged void
OnEditedChanging void
OnStatusChanged void
OnStatusChanging void
OnTitleChanged void
OnTitleChanging void

공개 메소드들

메소드 설명
CreateCustomerDocumentURL ( global customerDocumentURLId, global createdByUsername, global createdDate, global status, global edited ) : CustomerDocumentURL

Create a new CustomerDocumentURL object.

비공개 메소드들

메소드 설명
OnBodyChanged ( ) : void
OnBodyChanging ( global value ) : void
OnCreatedByUsernameChanged ( ) : void
OnCreatedByUsernameChanging ( global value ) : void
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnCustomerCommentsChanged ( ) : void
OnCustomerCommentsChanging ( global value ) : void
OnCustomerDocumentURLIdChanged ( ) : void
OnCustomerDocumentURLIdChanging ( global value ) : void
OnCustomerIdChanged ( ) : void
OnCustomerIdChanging ( Nullable value ) : void
OnDocumentIdChanged ( ) : void
OnDocumentIdChanging ( Nullable value ) : void
OnEditedChanged ( ) : void
OnEditedChanging ( global value ) : void
OnStatusChanged ( ) : void
OnStatusChanging ( global value ) : void
OnTitleChanged ( ) : void
OnTitleChanging ( global value ) : void

메소드 상세

CreateCustomerDocumentURL() 공개 정적인 메소드

Create a new CustomerDocumentURL object.
public static CreateCustomerDocumentURL ( global customerDocumentURLId, global createdByUsername, global createdDate, global status, global edited ) : CustomerDocumentURL
customerDocumentURLId global Initial value of the CustomerDocumentURLId property.
createdByUsername global Initial value of the CreatedByUsername property.
createdDate global Initial value of the CreatedDate property.
status global Initial value of the Status property.
edited global Initial value of the Edited property.
리턴 CustomerDocumentURL