PropertyAlias.AliasKind Enum
Definition
describes the alias method
public enum PropertyAlias.AliasKind
type PropertyAlias.AliasKind =
Public Enum PropertyAlias.AliasKind
- Inheritance
-
PropertyAlias.AliasKind
Fields
Each | 0 | an alias will be specified for each property |
NodeName | 2 | the level name will be added in front of the property name |
Prefix | 1 | the specified prefix will be added in front of the property names |