C# Class WarTornLands.Entities.Modules.BaseModule

Inheritance: ISerializable
Afficher le fichier Open project: floAr/WarTornLands Class Usage Examples

Protected Properties

Свойство Type Description
_owner System.Entity

Méthodes publiques

Méthode Description
BaseModule ( ) : System
GetModule ( DataRow data ) : BaseModule
SetOwner ( System.Entity owner ) : void

Méthodes protégées

Méthode Description
BaseModule ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

BaseModule() public méthode

public BaseModule ( ) : System
Résultat System

BaseModule() protected méthode

protected BaseModule ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

GetModule() public static méthode

public static GetModule ( DataRow data ) : BaseModule
data System.Data.DataRow
Résultat BaseModule

SetOwner() public méthode

public SetOwner ( System.Entity owner ) : void
owner System.Entity
Résultat void

Property Details

_owner protected_oe property

protected Entity,System _owner
Résultat System.Entity