C# Класс QSHistoryLog.HistoryMain

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ObjectsDesc List

Открытые методы

Метод Описание
AddClass ( Type type ) : HistoryObjectDesc
AddIdComparationType ( Type type ) : void

Adds the type for the identifier comparation in collectoions.

AddIdComparationType ( Type type, string fields ) : void
ResolveFieldNameFromPath ( string path, bool cutClass = true ) : string
SubscribeToDeletion ( ) : void

Приватные методы

Метод Описание
FineClass ( string className ) : Type
GetObjectId ( object value ) : int?
GetObjectTilte ( object value ) : string
OnOrmAfterDeletion ( object sender, AfterDeletionEventArgs e ) : void
ResolveFieldName ( Type parentClass, string path ) : string
createQSCompareLogic ( ) : KellermanSoftware.CompareNetObjects.CompareLogic

Описание методов

AddClass() публичный статический Метод

public static AddClass ( Type type ) : HistoryObjectDesc
type System.Type
Результат HistoryObjectDesc

AddIdComparationType() публичный статический Метод

Adds the type for the identifier comparation in collectoions.
public static AddIdComparationType ( Type type ) : void
type System.Type Type.
Результат void

AddIdComparationType() публичный статический Метод

public static AddIdComparationType ( Type type, string fields ) : void
type System.Type
fields string
Результат void

ResolveFieldNameFromPath() публичный статический Метод

public static ResolveFieldNameFromPath ( string path, bool cutClass = true ) : string
path string
cutClass bool
Результат string

SubscribeToDeletion() публичный статический Метод

public static SubscribeToDeletion ( ) : void
Результат void

Описание свойств

ObjectsDesc публичное статическое свойство

public static List ObjectsDesc
Результат List