Home
last modified time | relevance | path

Searched refs:excludeProperties (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DBindAttribute.cs37 …bool IsPropertyAllowed(string propertyName, string[] includeProperties, string[] excludeProperties) in IsPropertyAllowed() argument
43 …bool excludeProperty = (excludeProperties != null) && excludeProperties.Contains(propertyName, Str… in IsPropertyAllowed()
H A DController.cs560 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties) where TMode…
562 … return TryUpdateModel(model, prefix, includeProperties, excludeProperties, ValueProvider);
585 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties, IValueProvi…
596 …ropertyName => BindAttribute.IsPropertyAllowed(propertyName, includeProperties, excludeProperties);
653 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties) where TMode…
655 UpdateModel(model, prefix, includeProperties, excludeProperties, ValueProvider); in UpdateModel() argument
678 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties, IValueProvi…
680 … bool success = TryUpdateModel(model, prefix, includeProperties, excludeProperties, valueProvider);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DBindAttribute.cs38 …ol IsPropertyAllowed(string propertyName, string[] includeProperties, string[] excludeProperties) { in IsPropertyAllowed() argument
43 …bool excludeProperty = (excludeProperties != null) && excludeProperties.Contains(propertyName, Str… in IsPropertyAllowed()
H A DController.cs441 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties) where TMode…
442 … return TryUpdateModel(model, prefix, includeProperties, excludeProperties, ValueProvider);
461 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties, IValueProvi…
469 …ropertyName => BindAttribute.IsPropertyAllowed(propertyName, includeProperties, excludeProperties);
517 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties) where TMode…
518 UpdateModel(model, prefix, includeProperties, excludeProperties, ValueProvider); in UpdateModel() argument
537 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties, IValueProvi…
538 … bool success = TryUpdateModel(model, prefix, includeProperties, excludeProperties, valueProvider);
/dports/astro/stellarium/stellarium-0.21.3/plugins/RemoteSync/src/
H A DSyncClient.cpp34 SyncClient::SyncClient(SyncOptions options, const QStringList &excludeProperties, QObject *parent) in SyncClient() argument
37 stelPropFilter(excludeProperties), in SyncClient()
H A DSyncClient.hpp54 SyncClient(SyncOptions options, const QStringList& excludeProperties, QObject* parent = Q_NULLPTR);
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Web.Mvc.cs374 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties) where TMode…
375 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties, System.Web.…
386 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties) where TMode…
387 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties, System.Web.…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Web.Mvc.cs373 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties) where TMode…
374 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties, System.Web.…
385 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties) where TMode…
386 …>(TModel model, string prefix, string[] includeProperties, string[] excludeProperties, System.Web.…