C# Class Unity3dAzure.AppServices.Model

Helper methods to check and get object properties
Datei anzeigen Open project: Unity3dAzure/AppServices

Public Methods

Method Description
GetProperty ( object obj, string propertyName ) : PropertyInfo
HasProperty ( object obj, string propertyName ) : bool

Method Details

GetProperty() public static method

public static GetProperty ( object obj, string propertyName ) : PropertyInfo
obj object
propertyName string
return System.Reflection.PropertyInfo

HasProperty() public static method

public static HasProperty ( object obj, string propertyName ) : bool
obj object
propertyName string
return bool