C# Class Velvet.MappingEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: trullock/Velvet Class Usage Examples

Public Properties

Property Type Description
Mappings IEnumerable

Public Methods

Method Description
MappingEventArgs ( IEnumerable mappings ) : System

Method Details

MappingEventArgs() public method

public MappingEventArgs ( IEnumerable mappings ) : System
mappings IEnumerable
return System

Property Details

Mappings public_oe property

The mappings
public IEnumerable Mappings
return IEnumerable