Click or drag to resize
ModelDataAdapterDoesUserHaveWritePermissions Method

Namespace: Colygon.MatchPoint.EntityModel
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public override bool DoesUserHaveWritePermissions(
	IUpdatable updatable,
	MPInstance instance
)

Parameters

updatable
Type: Colygon.MatchPoint.Core.DataAdaptersIUpdatable
instance
Type: Colygon.MatchPoint.CoreMPInstance

Return Value

Type: Boolean
See Also