C# Class ModernizedAlice.ArtOfWords.Services.ModelService.ItemModelService

アイテムのモデルを扱うService
Datei anzeigen Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
AddItem ( ItemModel addModel ) : ItemModel

新しいアイテムを追加する

AddNewItem ( ) : ItemModel

新しいアイテムを追加する

Method Details

AddItem() public method

新しいアイテムを追加する
public AddItem ( ItemModel addModel ) : ItemModel
addModel ModernizedAlice.ArtOfWords.BizCommon.Model.Item.ItemModel
return ModernizedAlice.ArtOfWords.BizCommon.Model.Item.ItemModel

AddNewItem() public method

新しいアイテムを追加する
public AddNewItem ( ) : ItemModel
return ModernizedAlice.ArtOfWords.BizCommon.Model.Item.ItemModel