| ExtensionMethodsIsActive Method (Expression, Object) |
Create a version filter
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public static Expression IsActive(
this Expression me,
Object domainInstance
)
<ExtensionAttribute>
Public Shared Function IsActive (
me As Expression,
domainInstance As Object
) As Expression
public:
[ExtensionAttribute]
static Expression^ IsActive(
Expression^ me,
Object^ domainInstance
)
[<ExtensionAttribute>]
static member IsActive :
me : Expression *
domainInstance : Object -> Expression
Parameters
- me
- Type: System.Linq.ExpressionsExpression
Me. - domainInstance
- Type: SystemObject
The domain instance.
Return Value
Type:
ExpressionExpression.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Expression. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also