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.
ファイルを表示 Open project: danikf/tik4net Class Usage Examples

Public Methods

Method Description
TikEntityMetadata ( Type entityType ) : System

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

Slow operation.

Private Methods

Method Description
GetPropertyDescriptor ( string fieldName ) : tik4net.Objects.TikEntityPropertyAccessor

Method Details

TikEntityMetadata() public method

.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.
return System