共用方式為


ExternalChildResourcesCached<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.PrepareDefine Method

Definition

Overloads

PrepareDefine(String)

Prepare for definition of a new external child resource.

PrepareDefine(String, String)

Prepare for definition of a new external child resource.

PrepareDefine(String)

Prepare for definition of a new external child resource.

protected FluentModelTImpl PrepareDefine (string name);
member this.PrepareDefine : string -> 'FluentModelTImpl
Protected Function PrepareDefine (name As String) As FluentModelTImpl

Parameters

name
String

the name for the new external child resource

Returns

FluentModelTImpl

the child resource

Applies to

PrepareDefine(String, String)

Prepare for definition of a new external child resource.

protected FluentModelTImpl PrepareDefine (string name, string key);
member this.PrepareDefine : string * string -> 'FluentModelTImpl
Protected Function PrepareDefine (name As String, key As String) As FluentModelTImpl

Parameters

name
String

the name for the new external child resource

key
String

the key for the new external child resource

Returns

FluentModelTImpl

the child resource

Applies to