C# Class Clearwave.SqlDocDB.Client.Document.ReflectionUtil

Helper class for reflection operations
Show file Open project: clearwavebuild/SqlDocDB

Public Methods

Method Description
GetFullNameWithoutVersionInformation ( Type entityType ) : string

Gets the full name without version information.

Method Details

GetFullNameWithoutVersionInformation() public static method

Gets the full name without version information.
public static GetFullNameWithoutVersionInformation ( Type entityType ) : string
entityType System.Type Type of the entity.
return string