C# Class Monobjc.Tools.Generator.Model.TypedEntity

Inheritance: BaseEntity
Datei anzeigen Open project: Monobjc/monobjc-tools Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddRange ( List entities ) : void

Adds the entities.

GetHashValue ( ) : int

Serves as a hash function for a particular type.

TypedEntity ( ) : System

Initializes a new instance of the TypedEntity class.

Method Details

AddRange() public method

Adds the entities.
public AddRange ( List entities ) : void
entities List The entities.
return void

GetHashValue() public method

Serves as a hash function for a particular type.
public GetHashValue ( ) : int
return int

TypedEntity() public method

Initializes a new instance of the TypedEntity class.
public TypedEntity ( ) : System
return System