C# Class OpenNos.Data.MappingBaseDTO

ファイルを表示 Open project: OpenNos/OpenNos

Public Methods

Method Description
Initialize ( ) : void

Intializes the GameObject, will be injected by AutoMapper after Entity -> GO mapping Needs to be override in inherited GameObject.

Method Details

Initialize() public method

Intializes the GameObject, will be injected by AutoMapper after Entity -> GO mapping Needs to be override in inherited GameObject.
public Initialize ( ) : void
return void