Click or drag to resize

CaseCommentAndAttachmentWeb Constructor (CommentWeb, IListAttachmentWeb)

[Missing <summary> documentation for "M:Tse.EasyBook.Server.DataContracts.OwnerLogin.CaseCommentAndAttachmentWeb.#ctor(Tse.EasyBook.Server.DataContracts.CommentWeb,System.Collections.Generic.IList{Tse.EasyBook.Server.DataContracts.OwnerLogin.AttachmentWeb})"]

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CaseCommentAndAttachmentWeb(
	CommentWeb pCommentWeb,
	IList<AttachmentWeb> attachments
)

Parameters

pCommentWeb
Type: Tse.EasyBook.Server.DataContractsCommentWeb

[Missing <param name="pCommentWeb"/> documentation for "M:Tse.EasyBook.Server.DataContracts.OwnerLogin.CaseCommentAndAttachmentWeb.#ctor(Tse.EasyBook.Server.DataContracts.CommentWeb,System.Collections.Generic.IList{Tse.EasyBook.Server.DataContracts.OwnerLogin.AttachmentWeb})"]

attachments
Type: System.Collections.GenericIListAttachmentWeb

[Missing <param name="attachments"/> documentation for "M:Tse.EasyBook.Server.DataContracts.OwnerLogin.CaseCommentAndAttachmentWeb.#ctor(Tse.EasyBook.Server.DataContracts.CommentWeb,System.Collections.Generic.IList{Tse.EasyBook.Server.DataContracts.OwnerLogin.AttachmentWeb})"]

See Also