Class LoadIntoEventArgs
LoadInto event args.
Inheritance
System.Object
System.EventArgs
LoadIntoEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.SaveSystem
Assembly: Bayat.SaveSystem.Runtime.dll
Syntax
public class LoadIntoEventArgs : EventArgs
Constructors
| Improve this Doc View SourceLoadIntoEventArgs(String, Object, IStorage, SaveSystemJsonSerializer, ISaveSystemEncryption, String)
Declaration
public LoadIntoEventArgs(string identifier, object target, IStorage storage, SaveSystemJsonSerializer serializer, ISaveSystemEncryption encryption, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | identifier | |
System.Object | target | |
IStorage | storage | |
SaveSystemJsonSerializer | serializer | |
ISaveSystemEncryption | encryption | |
System.String | password |
Fields
| Improve this Doc View SourceEncryption
Declaration
public readonly ISaveSystemEncryption Encryption
Field Value
Type | Description |
---|---|
ISaveSystemEncryption |
Identifier
Declaration
public readonly string Identifier
Field Value
Type | Description |
---|---|
System.String |
Password
Declaration
public readonly string Password
Field Value
Type | Description |
---|---|
System.String |
Serializer
Declaration
public readonly SaveSystemJsonSerializer Serializer
Field Value
Type | Description |
---|---|
SaveSystemJsonSerializer |
Storage
Declaration
public readonly IStorage Storage
Field Value
Type | Description |
---|---|
IStorage |
Target
Declaration
public readonly object Target
Field Value
Type | Description |
---|---|
System.Object |