Class ObjectMappingProperties
Inherited Members
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public static class ObjectMappingProperties
Methods
View SourceGetProperties(string)
Search by name for a set of MapObjectProperties
Declaration
public static MapObjectProperties GetProperties(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Name of the object to find in table |
Returns
| Type | Description |
|---|---|
| MapObjectProperties | Object containing the properties |
Exceptions
| Type | Condition |
|---|---|
| FormatException | Parameter name is null or white space |