Syntax
		public interface IBaseCommand
		Extension Methods
		
			
				
					
						| Name | Value | Summary | 
				
				
						
							| ThrowIfNull<IBaseCommand>(string) | T |  | 
						
							| ToDocument<IBaseCommand>(IContentProvider) | IDocument |  | 
						
							| ToDocument<IBaseCommand>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) | IDocument |  | 
						
							| ToDocument<IBaseCommand>(NormalizedPath, IContentProvider) | IDocument |  | 
						
							| ToDocument<IBaseCommand>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) | IDocument |  | 
						
							| ToDocument<IBaseCommand>(NormalizedPath, NormalizedPath, IContentProvider) | IDocument |  | 
						
							| ToDocument<IBaseCommand>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) | IDocument |  |