Метод | Описание | |
---|---|---|
Create ( PropertyFilter filter ) : PropertyDependencyFilter | ||
Default ( |
||
FromObsoleteFunction ( Func |
||
GetPropertyFilters ( |
||
IgnoreAll ( |
||
IgnoreBase ( |
||
IgnoreSelected ( Func |
||
RequireAll ( |
||
RequireBase ( |
||
RequireSelected ( Func |
public static Create ( PropertyFilter filter ) : PropertyDependencyFilter | ||
filter | PropertyFilter | |
Результат | PropertyDependencyFilter |
public static Default ( |
||
model | ||
properties | ICollection |
|
propertySetBuilder | PropertySetBuilder | |
Результат | Castle.Core.PropertySet[] |
public static FromObsoleteFunction ( Func |
||
filter | Func |
|
isRequired | bool | |
Результат | PropertyDependencyFilter |
public static GetPropertyFilters ( |
||
componentModel | ||
createIfMissing | bool | |
Результат | ICollection |
public static IgnoreAll ( |
||
model | ||
properties | ICollection |
|
propertySetBuilder | PropertySetBuilder | |
Результат | Castle.Core.PropertySet[] |
public static IgnoreBase ( |
||
model | ||
properties | ICollection |
|
propertySetBuilder | PropertySetBuilder | |
Результат | Castle.Core.PropertySet[] |
public static IgnoreSelected ( Func |
||
selector | Func |
|
Результат | PropertyDependencyFilter |
public static RequireAll ( |
||
model | ||
properties | ICollection |
|
propertySetBuilder | PropertySetBuilder | |
Результат | Castle.Core.PropertySet[] |
public static RequireBase ( |
||
model | ||
properties | ICollection |
|
propertySetBuilder | PropertySetBuilder | |
Результат | Castle.Core.PropertySet[] |
public static RequireSelected ( Func |
||
selector | Func |
|
Результат | PropertyDependencyFilter |