IncludeFlags Enumeration
Specifies flags that control which elements can be read and written by an instance of the ObjectResolver class.
Namespace: TcHmiSrv.Core.Tools.Resolving.Resolvers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
[FlagsAttribute]
public enum IncludeFlagsMembers
|
Member name |
Value |
Description |
|---|---|---|
|
None |
0 |
No elements can be read or written. |
|
Enumerables |
1 |
Elements of type IEnumerable can be read. |
|
Arrays |
2 |
Elements of an Array type can be read and written. |
|
GenericLists |
4 |
Elements of type IListT can be read and written. |
|
NonGenericLists |
8 |
Elements of type IList can be read and written. |
|
Lists |
12 |
Combines GenericLists and NonGenericLists. |
|
Collections |
15 |
Combines Enumerables, Arrays and Lists. |
|
GenericDictionaries |
16 |
Elements of type IDictionaryTKey, TValue can be read and written. |
|
NonGenericDictionaries |
32 |
Elements of type IDictionary can be read and written. |
|
Dictionaries |
48 |
Combines GenericDictionaries and NonGenericDictionaries. |
|
Properties |
64 |
Properties can be read and written. |
|
Fields |
128 |
Fields can be read and written. |
|
Members |
192 |
Combines Properties and Fields. |
|
All |
255 |
Combines Collections, Dictionaries and Members. |
Version Information
Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0
Reference
TcHmiSrv.Core.Tools.Resolving.Resolvers Namespace
Copyright © Beckhoff Automation GmbH & Co. KG