Class LoadEventArgs
Load event args.
Inheritance
System.Object
System.EventArgs
LoadEventArgs
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 LoadEventArgs : EventArgs
Constructors
| Improve this Doc View SourceLoadEventArgs(String, Type, IStorage, SaveSystemJsonSerializer, ISaveSystemEncryption, String)
Declaration
public LoadEventArgs(string identifier, Type objectType, IStorage storage, SaveSystemJsonSerializer serializer, ISaveSystemEncryption encryption, string password)
Parameters
| Type | Name | Description |
|---|---|---|
| System. |
identifier | |
| System. |
objectType | |
| IStorage | storage | |
| Save |
serializer | |
| ISave |
encryption | |
| System. |
password |
Fields
| Improve this Doc View SourceEncryption
Declaration
public readonly ISaveSystemEncryption Encryption
Field Value
| Type | Description |
|---|---|
| ISave |
Identifier
Declaration
public readonly string Identifier
Field Value
| Type | Description |
|---|---|
| System. |
ObjectType
Declaration
public readonly Type ObjectType
Field Value
| Type | Description |
|---|---|
| System. |
Password
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System. |
Serializer
Declaration
public readonly SaveSystemJsonSerializer Serializer
Field Value
| Type | Description |
|---|---|
| Save |
Storage
Declaration
public readonly IStorage Storage
Field Value
| Type | Description |
|---|---|
| IStorage |