PropertyAlias Class

Definition

describes how the property names will be aliased

[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class PropertyAlias
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type PropertyAlias = class
Public Class PropertyAlias
Inheritance
PropertyAlias
Attributes

Constructors

PropertyAlias()

default constructor

PropertyAlias(String)

initialize to use a specified prefix

PropertyAlias(String[])

initialize to use a specifing string for each property the maching is done using the order

Properties

Aliases

the alias list to be used

Kind

the kind of alias method to be used

Prefix

the prefix to be used

Applies to