C# Class FluentMetadata.EntityFramework.Specs.DomainObjects.Comment

Inheritance: Content
ファイルを表示 Open project: forger/FluentMetadata Class Usage Examples

Public Methods

Method Description
SetComment ( string title, string text, string eMail ) : void

Private Methods

Method Description
Comment ( )

Method Details

SetComment() public method

public SetComment ( string title, string text, string eMail ) : void
title string
text string
eMail string
return void