[This is preliminary documentation and is subject to change.]
Applies config values to fields/properties as specified by config attributes
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Object Apply(
Object entity,
IConfigSectionNode node
)
public static Object Apply(
Object entity,
IConfigSectionNode node
)
Public Shared Function Apply (
entity As Object,
node As IConfigSectionNode
) As Object
Public Shared Function Apply (
entity As Object,
node As IConfigSectionNode
) As Object
public:
static Object^ Apply(
Object^ entity,
IConfigSectionNode^ node
)
public:
static Object^ Apply(
Object^ entity,
IConfigSectionNode^ node
)
static member Apply :
entity : Object *
node : IConfigSectionNode -> Object
static member Apply :
entity : Object *
node : IConfigSectionNode -> Object
Return Value
Type:
Object