|
EntityEditorOptionTEntityGetEntityDetails Method |
Namespace: DrawerBackup.CommandLineAssembly: DrawerBackup.CommandLine (in DrawerBackup.CommandLine.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected virtual string GetEntityDetails(
TEntity item
)
Protected Overridable Function GetEntityDetails (
item As TEntity
) As String
protected:
virtual String^ GetEntityDetails(
TEntity item
)
abstract GetEntityDetails :
item : 'TEntity -> string
override GetEntityDetails :
item : 'TEntity -> string
Parameters
- item
- Type: TEntity
Return Value
Type:
String
See Also