C# Class PRTools.Data.CustomerDocumentURL

Inheritance: System.Data.Objects.DataClasses.EntityObject
ファイルを表示 Open project: AcklenAvenue/PRTools Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
CreateCustomerDocumentURL ( global customerDocumentURLId, global createdByUsername, global createdDate, global status, global edited ) : CustomerDocumentURL

Create a new CustomerDocumentURL object.

Private Methods

Method Description
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

Method Details

CreateCustomerDocumentURL() public static method

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.
return CustomerDocumentURL