Метод | Описание | |
---|---|---|
Lookup ( |
Looks up the effective set of conventions that apply to a type.
|
|
Register ( string name, IConventionPack conventions, bool>.Func |
Registers the conventions.
|
|
Remove ( string name ) : void |
Removes the conventions specified by the given name. Removing a convention allows the removal of the special __defaults__ conventions and the __attributes__ conventions for those who want to completely customize the experience. |
Метод | Описание | |
---|---|---|
ConventionRegistry ( ) : System |
public static Lookup ( |
||
type | The type. | |
Результат | IConventionPack |
public static Register ( string name, IConventionPack conventions, bool>.Func |
||
name | string | The name. |
conventions | IConventionPack | The conventions. |
filter | bool>.Func | The filter. |
Результат | void |
public static Remove ( string name ) : void | ||
name | string | The name. |
Результат | void |