CalDavSynchronizer.ChangeWatching.GenericId.GenericId C# (CSharp) Метод

GenericId() публичный Метод

public GenericId ( string entryId, System.DateTime lastModificationTime, bool wasDeleted ) : System
entryId string
lastModificationTime System.DateTime
wasDeleted bool
Результат System
    public GenericId (string entryId, DateTime lastModificationTime, bool wasDeleted)
    {
      Inner = IdWithHints.Create (entryId, (DateTime?) lastModificationTime, wasDeleted);
    }