Show / Hide Table of Contents

Class ISN_EKSaveResult

EventKit saving result that contains result of saving events or reminders and their identifier.

Inheritance
System.Object
ISN_EKSaveResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.EventKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_EKSaveResult

Properties

Identifier

Events or reminder identifier in EventKit. Need for removing or updating them.

Declaration
public string Identifier { get; }
Property Value
Type Description
System.String

Result

Result of saving events and reminders by using EventKit.

Declaration
public SA_Result Result { get; }
Property Value
Type Description
SA_Result
In This Article
Back to top Generated by DocFX