C# Class Simple.Config.DefaultConfigAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
ApplyKey ( MemberInfo info, Simply simply ) : Simply

Apply the key for the specified reflected member.

DefaultConfigAttribute ( object key ) : System

Initializes attribute with default key.

Method Details

ApplyKey() public static méthode

Apply the key for the specified reflected member.
public static ApplyKey ( MemberInfo info, Simply simply ) : Simply
info System.Reflection.MemberInfo A reflected . May be an instance of
simply Simply
Résultat Simply

DefaultConfigAttribute() public méthode

Initializes attribute with default key.
public DefaultConfigAttribute ( object key ) : System
key object The key.
Résultat System