-
Notifications
You must be signed in to change notification settings - Fork 21
Model Filter
moh-hassan edited this page Oct 4, 2022
·
1 revision
- List the names of Entities
public void Filter_by_namespace_and_one_char_Test() var filter = new List { "NameSpace1.entity?" };
var filter = new List { "NameSpace1.*" };
public void Filter_by_multi_values_Test() var filter = new List { "entity?" };
public void Filter_by_star_test()
var filter = new List<string> { "entity*" };
public void Filter_by_name_Test() var filter = new List { "entity1" };
filter consider dependency for baseType and properties with cascaded dependency see trippen
- home
- Announcing V6.0.0
- Features
- Getting started with c# generation
- Http Connection
- Using Parameter file
- User Defined Attributes
- Controlling c# code generation
- Model Filter
- Enable Nullable Reference type of c# 8
- Class with Init-Only Properties (c# 9)
- Generating Constructor
- Record-Type (c# 9)
- Name Map
- Securing Password
- Using Proxy Server
- Using Plugin Attributes
- Developing with OData2Poco
- Examples in dotnetfiddle.net
- CommandLine-Reference
- AttributeExamples
- typescript generation
- Help Screen
- How to
- New Feature 4.2.1
Samples of generated code: