C# Class SGDeContent.Processors.MapProcessor

Show file Open project: sgdc/sgdc-old

Public Properties

Property Type Description
CurrentEntityID int
map Map

Public Methods

Method Description
Process ( Content input, ContentProcessorContext context ) : Map
Process ( XmlNode input, double version, ContentProcessorContext context ) : Map

Method Details

Process() public static method

public static Process ( Content input, ContentProcessorContext context ) : Map
input SGDeContent.DataTypes.Content
context ContentProcessorContext
return Map

Process() public static method

public static Process ( XmlNode input, double version, ContentProcessorContext context ) : Map
input System.Xml.XmlNode
version double
context ContentProcessorContext
return Map

Property Details

CurrentEntityID public static property

This represents the currently processing entity ID. This is used when processing Entitys for the Map.
public static int CurrentEntityID
return int

map public static property

This is the currently processing map.
public static Map map
return Map