C# Class Simple.Config.DefaultConfigAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: juanplopes/simple

Public Methods

Method 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 method

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
return Simply

DefaultConfigAttribute() public method

Initializes attribute with default key.
public DefaultConfigAttribute ( object key ) : System
key object The key.
return System