PrimaryEntityDependency Constructor (String, String, Int32)
Applies To: Dynamics CRM 2015
Obsolete.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public PrimaryEntityDependency(
string parameterName,
string entityAttributes,
int type
)
public:
PrimaryEntityDependency(
String^ parameterName,
String^ entityAttributes,
int type
)
new :
parameterName:string *
entityAttributes:string *
type:int -> PrimaryEntityDependency
Public Sub New (
parameterName As String,
entityAttributes As String,
type As Integer
)
Parameters
parameterName
Type: System.StringType: String.
entityAttributes
Type: System.StringType: String.
type
Type: System.Int32Type: Int32.
See Also
PrimaryEntityDependency Overload
PrimaryEntityDependency Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright