Property | Type | Description | |
---|---|---|---|
ErrorMessage | string | ||
Field | |||
IsPrimaryKey | bool | ||
Property | Mono.Cecil.PropertyDefinition | ||
WarningMessage | string | ||
Woven | bool |
Method | Description | |
---|---|---|
Error ( string error ) : WeaveResult | ||
Skipped ( ) : WeaveResult | ||
Success ( Mono.Cecil.PropertyDefinition property, |
||
Warning ( string warning ) : WeaveResult |
Method | Description | |
---|---|---|
WeaveResult ( Mono.Cecil.PropertyDefinition property, |
||
WeaveResult ( string error = null, string warning = null ) : System |
public static Error ( string error ) : WeaveResult | ||
error | string | |
return | WeaveResult |
public static Success ( Mono.Cecil.PropertyDefinition property, |
||
property | Mono.Cecil.PropertyDefinition | |
field | ||
isPrimaryKey | bool | |
return | WeaveResult |
public static Warning ( string warning ) : WeaveResult | ||
warning | string | |
return | WeaveResult |
public PropertyDefinition,Mono.Cecil Property | ||
return | Mono.Cecil.PropertyDefinition |