C# Class TrackableData.TrackableResolver

Datei anzeigen Open project: SaladLab/TrackableData Class Usage Examples

Public Methods

Method Description
GetContainerTrackerType ( Type containerType ) : Type
GetContainerType ( Type trackableType ) : Type
GetPocoTrackerType ( Type pocoType ) : Type
GetPocoType ( Type trackableType ) : Type
IsTrackableContainer ( Type type ) : bool
IsTrackableDictionary ( Type type ) : bool
IsTrackableList ( Type type ) : bool
IsTrackablePoco ( Type type ) : bool
IsTrackableSet ( Type type ) : bool

Method Details

GetContainerTrackerType() public static method

public static GetContainerTrackerType ( Type containerType ) : Type
containerType System.Type
return System.Type

GetContainerType() public static method

public static GetContainerType ( Type trackableType ) : Type
trackableType System.Type
return System.Type

GetPocoTrackerType() public static method

public static GetPocoTrackerType ( Type pocoType ) : Type
pocoType System.Type
return System.Type

GetPocoType() public static method

public static GetPocoType ( Type trackableType ) : Type
trackableType System.Type
return System.Type

IsTrackableContainer() public static method

public static IsTrackableContainer ( Type type ) : bool
type System.Type
return bool

IsTrackableDictionary() public static method

public static IsTrackableDictionary ( Type type ) : bool
type System.Type
return bool

IsTrackableList() public static method

public static IsTrackableList ( Type type ) : bool
type System.Type
return bool

IsTrackablePoco() public static method

public static IsTrackablePoco ( Type type ) : bool
type System.Type
return bool

IsTrackableSet() public static method

public static IsTrackableSet ( Type type ) : bool
type System.Type
return bool