18 lines
		
	
	
		
			540 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			540 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Adaptation.Shared.Properties;
 | |
| 
 | |
| public interface IFileRead
 | |
| {
 | |
|     bool IsEvent { get; }
 | |
|     string NullData { get; }
 | |
|     string MesEntity { get; }
 | |
|     bool IsEAFHosted { get; }
 | |
|     string EventName { get; }
 | |
|     bool IsDuplicator { get; }
 | |
|     string EquipmentType { get; }
 | |
|     string ReportFullPath { get; }
 | |
|     string CellInstanceName { get; }
 | |
|     string ExceptionSubject { get; }
 | |
|     bool UseCyclicalForDescription { get; }
 | |
|     string CellInstanceConnectionName { get; }
 | |
|     string ParameterizedModelObjectDefinitionType { get; }
 | |
| } |