Compartir a través de


SetDefaultInitFields Método

Specifies whether all the properties are fetched when objects are instantiated.

Lista de sobrecargas

  Nombre Descripción
Método publico SetDefaultInitFields(Boolean) Specifies that all properties are fetched when objects are instantiated.
Método publico SetDefaultInitFields(Type, Boolean) Specifies all the properties are fetched when objects of the specified type are instantiated.
Método publico SetDefaultInitFields(Type, StringCollection) Specifies the properties that are fetched when objects of the specified type are instantiated.
Método publico SetDefaultInitFields(Type, array<String> [] () [] []) Specifies the properties that are fetched when objects of the specified type are instantiated.

Principio

Notas

The SetDefaultInitFields method has several overloads that give you option to set the default initialization fields for a specified type, and for specified properties of the type.