| ExtensionMethodsWasLoaded Method (IIdentifiedEntity, String) |
Returns true if the property has been loaded
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public static bool WasLoaded(
this IIdentifiedEntity me,
string propertyName
)
<ExtensionAttribute>
Public Shared Function WasLoaded (
me As IIdentifiedEntity,
propertyName As String
) As Boolean
public:
[ExtensionAttribute]
static bool WasLoaded(
IIdentifiedEntity^ me,
String^ propertyName
)
[<ExtensionAttribute>]
static member WasLoaded :
me : IIdentifiedEntity *
propertyName : string -> bool
Parameters
- me
- Type: SanteDB.Core.Model.InterfacesIIdentifiedEntity
[Missing <param name="me"/> documentation for "M:SanteDB.Core.Model.ExtensionMethods.WasLoaded(SanteDB.Core.Model.Interfaces.IIdentifiedEntity,System.String)"]
- propertyName
- Type: SystemString
[Missing <param name="propertyName"/> documentation for "M:SanteDB.Core.Model.ExtensionMethods.WasLoaded(SanteDB.Core.Model.Interfaces.IIdentifiedEntity,System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.Core.Model.ExtensionMethods.WasLoaded(SanteDB.Core.Model.Interfaces.IIdentifiedEntity,System.String)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IIdentifiedEntity. 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