다음을 통해 공유


SetDefaultInitFields 메서드

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

오버로드 목록

  이름 설명
공용 메서드 SetDefaultInitFields(Boolean) Specifies that all properties are fetched when objects are instantiated.
공용 메서드 SetDefaultInitFields(Type, Boolean) Specifies all the properties are fetched when objects of the specified type are instantiated.
공용 메서드 SetDefaultInitFields(Type, StringCollection) Specifies the properties that are fetched when objects of the specified type are instantiated.
공용 메서드 SetDefaultInitFields(Type, array<String> [] () [] []) Specifies the properties that are fetched when objects of the specified type are instantiated.

맨 위로 이동

주의

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.