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

Inheritance: BaseEntity
Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Adds the entities.
public AddRange ( List entities ) : void
entities List The entities.
Résultat void

GetHashValue() public méthode

Serves as a hash function for a particular type.
public GetHashValue ( ) : int
Résultat int

TypedEntity() public méthode

Initializes a new instance of the TypedEntity class.
public TypedEntity ( ) : System
Résultat System