TersoSolutions.Jetstream.SDK.Application.Model.Deserialized.GetEventsResponse.GetEventsResponse.LoadFromFile C# (CSharp) Метод

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

public static LoadFromFile ( string fileName, GetEventsResponse &obj ) : bool
fileName string
obj GetEventsResponse
Результат bool
        public static bool LoadFromFile(string fileName, out GetEventsResponse obj)
        {
            System.Exception exception = null;
            return LoadFromFile(fileName, out obj, out exception);
        }

Same methods

GetEventsResponse::LoadFromFile ( string fileName ) : GetEventsResponse
GetEventsResponse::LoadFromFile ( string fileName, GetEventsResponse &obj, System &exception ) : bool