Class EntityBaseExtensions
Class EntityBaseExtensions.
Inheritance
System.Object
EntityBaseExtensions
Namespace: ISynergy.Framework.Core.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public static class EntityBaseExtensions : object
Methods
View SourceHasProperty(Object, String)
Determines whether the specified property name has property.
Declaration
public static bool HasProperty(this object obj, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The object. |
System.String | propertyName | Name of the property. |
Returns
Type | Description |
---|---|
System.Boolean |
|