C# Class tik4net.Objects.TikEntityMetadata

Metadata of one mikrotik entity (scaned via reflection of entity class and its attributes). Entity class must be decorated by TikEntityAttribute and every managed property should be decoraded by TikPropertyAttribute.
Afficher le fichier Open project: danikf/tik4net Class Usage Examples

Méthodes publiques

Méthode Description
TikEntityMetadata ( Type entityType ) : System

.ctor. Performs reflection scan ot given entity type and its properties.

Slow operation.

Private Methods

Méthode Description
GetPropertyDescriptor ( string fieldName ) : tik4net.Objects.TikEntityPropertyAccessor

Method Details

TikEntityMetadata() public méthode

.ctor. Performs reflection scan ot given entity type and its properties.
Slow operation.
public TikEntityMetadata ( Type entityType ) : System
entityType System.Type Type of the entity.
Résultat System